Print "Starting..." after processing command line args
This commit is contained in:
parent
789338c8e1
commit
1b647ade1b
@ -56,14 +56,14 @@ int main(int argc, char *argv[])
|
|||||||
int exitCode = 0;
|
int exitCode = 0;
|
||||||
QCoreApplication app(argc, argv);
|
QCoreApplication app(argc, argv);
|
||||||
|
|
||||||
fprintf(stderr, "Starting (will take a few seconds) ...\n");
|
|
||||||
fflush(stderr);
|
|
||||||
|
|
||||||
app.setApplicationName("Drone");
|
app.setApplicationName("Drone");
|
||||||
app.setOrganizationName("Ostinato");
|
app.setOrganizationName("Ostinato");
|
||||||
|
|
||||||
appParams.parseCommandLine(argc, argv);
|
appParams.parseCommandLine(argc, argv);
|
||||||
|
|
||||||
|
fprintf(stderr, "Starting (will take a few seconds) ...\n");
|
||||||
|
fflush(stderr);
|
||||||
|
|
||||||
#ifdef QT_NO_DEBUG
|
#ifdef QT_NO_DEBUG
|
||||||
if (appParams.optLogsDisabled())
|
if (appParams.optLogsDisabled())
|
||||||
qInstallMessageHandler(NoMsgHandler);
|
qInstallMessageHandler(NoMsgHandler);
|
||||||
|
Loading…
Reference in New Issue
Block a user