[qet] qet/qet: [5938] AboutQET : add QSysInfo informations for macOS

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 5938
Author:   scorpio810
Date:     2019-06-25 03:10:49 +0200 (Tue, 25 Jun 2019)
Log Message:
-----------
AboutQET : add QSysInfo informations for macOS

Modified Paths:
--------------
    trunk/sources/aboutqet.cpp

Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp	2019-06-25 01:09:16 UTC (rev 5937)
+++ trunk/sources/aboutqet.cpp	2019-06-25 01:10:49 UTC (rev 5938)
@@ -83,6 +83,7 @@
 	compilation_info += " using" + QString(" %1 thread(s)").arg(QThread::idealThreadCount());
 	compilation_info += "  " + QString(QSysInfo::kernelType());
 	compilation_info += "  " + QString(QSysInfo::currentCpuArchitecture());
+	compilation_info += "  " + QString(QSysInfo::prettyProductName());
 	compilation_info += " Kernel " + QString(QSysInfo::kernelVersion());
 #else
 	compilation_info += "  GCC " + QString(__VERSION__);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/