Skip to content

Commit

Permalink
machine_info.cpp: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 committed Jan 25, 2025
1 parent d6f1197 commit 4050e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/machine_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ void MachineInfo::send_info_to_debug()
qInfo()<< "";

qInfo()<< " OS System language:"<< QLocale::system().name();
qInfo()<< " Native Country Name:"<< QLocale::system().nativeCountryName();
qInfo()<< " Native Language Name:"<< QLocale::system().nativeLanguageName();
qInfo()<< " OS System Native Country Name:"<< QLocale::system().nativeCountryName();
qInfo()<< " OS System Native Language Name:"<< QLocale::system().nativeLanguageName();
qInfo()<< "";
qInfo()<< " System language defined in QET configuration:"<< QString(QETApp::langFromSetting().toLatin1());
qInfo()<< " language Path:"<< QString(QETApp::languagesPath().toLatin1());
Expand Down

0 comments on commit 4050e83

Please sign in to comment.