refactor: Emit CApplication::startUpComplete on starting event loop

This commit is contained in:
Lars Toenning
2024-02-14 23:04:35 +01:00
parent 9da0630063
commit 99de8009be
7 changed files with 6 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
//! [SwiftApplicationDemo]
CSwiftLauncher launcher;
const int res = CGuiApplication::exec();
const int res = a.exec();
if (res != EXIT_SUCCESS || !launcher.shouldStartAppDetached())
{
return res;