summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-06-08 06:58:16 -0700
committerGitHub <noreply@github.com>2020-06-08 06:58:16 -0700
commit4e0d47868ab78c58afca0733d3686c7dc3c6a4d9 (patch)
treea2dcfe2de16b86bc88bdc99c8d912b8bb16d4807 /src/organizercore.h
parentec5a78cefa610df153063c3cbfcc42b36998a542 (diff)
parent67ae37d614b3afd9b9a54493fd496a4ea86aa2e9 (diff)
Merge pull request #1113 from Al12rs/bettr_wait_on_events
Use QEventLoop instead of manually calling ProcessEvents
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();