mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T195, formatting
This commit is contained in:
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Dialog to decide external or internal core
|
||||
CSwiftLauncher launcher;
|
||||
CGuiApplication::registerAsRunning(); // needed because own exec is called
|
||||
CGuiApplication::registerAsRunning(); // needed because launcher's exec is called (normally application exec)
|
||||
if (launcher.exec() == QDialog::Rejected) { return EXIT_SUCCESS; }
|
||||
launcher.close();
|
||||
const bool s = launcher.startDetached();
|
||||
|
||||
Reference in New Issue
Block a user