mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Add the architecture of the CPU that Qt was compiled for in widget aboutqetdialog and in the logs
This commit is contained in:
@@ -94,6 +94,7 @@ class MachineInfo
|
||||
QString QT=QString(QT_VERSION_STR);
|
||||
QString date=QString(__DATE__);
|
||||
QString time=QString(__TIME__);
|
||||
QString arch=QString(QSysInfo::buildCpuArchitecture());
|
||||
}built;
|
||||
struct CPU
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user