mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Using EXIT_SUCCESS
This commit is contained in:
@@ -982,7 +982,7 @@ namespace BlackCore
|
||||
CLogMessage(getLogCategories()).preformatted(m);
|
||||
}
|
||||
|
||||
// from here on we really rip appart the application object
|
||||
// from here on we really rip apart the application object
|
||||
// and it should no longer be used
|
||||
sApp = nullptr;
|
||||
disconnect(this);
|
||||
|
||||
@@ -267,7 +267,7 @@ namespace BlackCore
|
||||
static int exec();
|
||||
|
||||
//! Exit application, perform graceful shutdown and exit
|
||||
static void exit(int retcode = 0);
|
||||
static void exit(int retcode = EXIT_SUCCESS);
|
||||
|
||||
//! Similar to QCoreApplication::arguments
|
||||
static QStringList arguments();
|
||||
|
||||
Reference in New Issue
Block a user