diff widgets/InteractiveFileFinder.h @ 842:8432d2551fb2 tonioni

Update subrepos and merge from default branch
author Chris Cannam
date Tue, 02 Sep 2014 16:23:48 +0100
parents 831188672987
children a18e78b9c78b
line wrap: on
line diff
--- a/widgets/InteractiveFileFinder.h	Fri Jul 18 15:06:04 2014 +0100
+++ b/widgets/InteractiveFileFinder.h	Tue Sep 02 16:23:48 2014 +0100
@@ -44,6 +44,8 @@
 
     QString find(FileType type, QString location, QString lastKnownLocation = "");
 
+    static void setParentWidget(QWidget *);
+
     static InteractiveFileFinder *getInstance() { return &m_instance; }
 
 protected:
@@ -55,6 +57,8 @@
 
     QString m_sessionExtension;
     QString m_lastLocatedLocation;
+
+    QWidget *m_parent;
 };
 
 #endif