From 6f17183bf0594f6b22ee7d2bc47150f611ee3ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 6 Jan 2017 06:08:45 +0100 Subject: NOISSUE make the setup wizard use the main event loop This should fix any issues with receiving events over IPC. --- application/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/main.cpp') diff --git a/application/main.cpp b/application/main.cpp index 0fd9f089..fde9e10d 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -33,6 +33,7 @@ int main(int argc, char *argv[]) switch (app.status()) { + case MultiMC::StartingUp: case MultiMC::Initialized: { Q_INIT_RESOURCE(multimc); -- cgit v1.2.3