From 67ae37d614b3afd9b9a54493fd496a4ea86aa2e9 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Sun, 7 Jun 2020 22:01:30 +0200 Subject: Use QEventLoop instead of manually spinning calling ProcessEvents in a while with a sleep. --- src/organizercore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/organizercore.h') 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(); -- cgit v1.3.1