[Pkg-owncloud-commits] [owncloud-client] 188/484: --version also shows Qt version
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 64756c5dcec654ab69270938e571e38651563510
Author: Christian Kamm <mail at ckamm.de>
Date: Thu Oct 29 09:48:36 2015 +0100
--version also shows Qt version
That makes it much easier for people reporting bugs.
---
src/gui/application.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index 4aa6b56..add9add 100644
--- 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);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list