mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
--version also shows Qt version
That makes it much easier for people reporting bugs.
This commit is contained in:
parent
9788055147
commit
64756c5dce
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue