summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-06-07 22:01:30 +0200
committerAL <26797547+Al12rs@users.noreply.github.com>2020-06-07 22:01:30 +0200
commit67ae37d614b3afd9b9a54493fd496a4ea86aa2e9 (patch)
treea2dcfe2de16b86bc88bdc99c8d912b8bb16d4807 /src/organizercore.h
parentec5a78cefa610df153063c3cbfcc42b36998a542 (diff)
Use QEventLoop instead of manually spinning calling ProcessEvents in a while with a sleep.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h4
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();