mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
machine_info.cpp: Minor
This commit is contained in:
@@ -152,7 +152,7 @@ void MachineInfo::send_info_to_debug()
|
||||
qInfo()<< " Native Country Name:"<< QLocale::system().nativeCountryName();
|
||||
qInfo()<< " Native Language Name:"<< QLocale::system().nativeLanguageName();
|
||||
qInfo()<< "";
|
||||
qInfo()<< " System language:"<< QString(QETApp::langFromSetting().toLatin1());
|
||||
qInfo()<< " System language defined in QET configuration:"<< QString(QETApp::langFromSetting().toLatin1());
|
||||
qInfo()<< " language Path:"<< QString(QETApp::languagesPath().toLatin1());
|
||||
qInfo()<< " Common Elements Dir:"<< QString(QETApp::commonElementsDir().toLatin1());
|
||||
qInfo()<< " Common TitleBlock Templates Dir:"<< QString(QETApp::commonTitleBlockTemplatesDir().toLatin1());
|
||||
|
||||
Reference in New Issue
Block a user