mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Fix compiler warning
This commit is contained in:
@@ -150,7 +150,7 @@ void MachineInfo::send_info_to_debug()
|
||||
qInfo()<< "";
|
||||
|
||||
qInfo()<< " OS System language:"<< QLocale::system().name();
|
||||
qInfo()<< " OS System Native Country Name:"<< QLocale::system().nativeCountryName();
|
||||
qInfo()<< " OS System Native Country Name:"<< QLocale::system().nativeTerritoryName();
|
||||
qInfo()<< " OS System Native Language Name:"<< QLocale::system().nativeLanguageName();
|
||||
qInfo()<< "";
|
||||
qInfo()<< " System language defined in QET configuration:"<< QString(QETApp::langFromSetting().toLatin1());
|
||||
|
||||
Reference in New Issue
Block a user