Skip to content

Commit

Permalink
Print version when app starts with verbose mode enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Dec 11, 2015
1 parent 01b43bd commit 2725b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ int main(int argc, char *argv[])
path = args.last(); // Path is always the last argument.
}
qDebug("Verbose level: %u", verbose_level);
qDebug("Version: %s", __QSTL_VER__);
qInstallMessageHandler(myMessageOutput);
MainWindow *w = new MainWindow;
if (show) {
Expand Down

0 comments on commit 2725b54

Please sign in to comment.