Remove productVersion() which is included in prettyProductName()

This commit is contained in:
Janek Bevendorff 2017-02-23 01:16:56 +01:00
parent 1cef08e92b
commit 8a75acb985
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -59,9 +59,8 @@ AboutDialog::AboutDialog(QWidget* parent)
.arg(Crypto::backendVersion()));
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
debugInfo.append(tr("Operating system: %1 (version: %2)\nCPU architecture: %3\nKernel: %4 %5")
debugInfo.append(tr("Operating system: %1\nCPU architecture: %2\nKernel: %3 %4")
.arg(QSysInfo::prettyProductName())
.arg(QSysInfo::productVersion())
.arg(QSysInfo::currentCpuArchitecture())
.arg(QSysInfo::kernelType())
.arg(QSysInfo::kernelVersion()));