projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9788055
)
--version also shows Qt version
author
Christian Kamm
<mail@ckamm.de>
Thu, 29 Oct 2015 08:48:36 +0000
(09:48 +0100)
committer
Christian Kamm
<mail@ckamm.de>
Thu, 29 Oct 2015 08:48:36 +0000
(09:48 +0100)
That makes it much easier for people reporting bugs.
src/gui/application.cpp
patch
|
blob
|
history
diff --git
a/src/gui/application.cpp
b/src/gui/application.cpp
index 4aa6b56b1ab7efed7b565ad40022594424a8a13e..add9add9132426cf35ca1b59881a09f2460b307c 100644
(file)
--- a/
src/gui/application.cpp
+++ b/
src/gui/application.cpp
@@
-427,6
+427,7
@@
void Application::showVersion()
stream << _theme->appName().toLatin1().constData()
<< QLatin1String(" version ")
<< _theme->version().toLatin1().constData() << endl;
+ stream << "Using Qt " << qVersion() << endl;
displayHelpText(helpText);
}