diff options
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 00765694..81119866 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -371,6 +371,10 @@ signals: void close();
+ // Notify that the directory structure is ready to be used on the main thread
+ // Use queued connections
+ void directoryStructureReady();
+
private:
void saveCurrentProfile();
|
