SingleApplication: Remove exit

This commit is contained in:
Jonas Kvinge
2023-03-02 22:55:21 +01:00
parent a6d10b1fa7
commit 1043e24322
2 changed files with 0 additions and 4 deletions

View File

@@ -165,8 +165,6 @@ SingleCoreApplication::SingleCoreApplication(int &argc, char *argv[], const bool
delete d;
::exit(EXIT_SUCCESS);
}
SingleCoreApplication::~SingleCoreApplication() {