Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 2725b54

Browse files
committed
Print version when app starts with verbose mode enabled
1 parent 01b43bd commit 2725b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ int main(int argc, char *argv[])
153153
path = args.last(); // Path is always the last argument.
154154
}
155155
qDebug("Verbose level: %u", verbose_level);
156+
qDebug("Version: %s", __QSTL_VER__);
156157
qInstallMessageHandler(myMessageOutput);
157158
MainWindow *w = new MainWindow;
158159
if (show) {

0 commit comments

Comments
 (0)