Set QApplication::setQuitOnLastWindowClosed to false

This commit is contained in:
Jonas Kvinge 2020-10-27 20:01:07 +01:00
parent 09e0059930
commit 224d5d46c1
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ int main(int argc, char* argv[]) {
}
return 0;
}
a.setQuitOnLastWindowClosed(false);
#if defined(USE_BUNDLE) && (defined(Q_OS_LINUX) || defined(Q_OS_MACOS))
qLog(Debug) << "Looking for resources in" << QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR;