mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
machine_info.cpp: Minor
This commit is contained in:
@@ -164,7 +164,7 @@ void MachineInfo::send_info_to_debug()
|
|||||||
qInfo()<< "";
|
qInfo()<< "";
|
||||||
qInfo()<< " For QET configuration-files:";
|
qInfo()<< " For QET configuration-files:";
|
||||||
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
||||||
qInfo()<< " App Config Location: see Regedit"
|
qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER\Software\QElectroTech\"
|
||||||
#else
|
#else
|
||||||
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
|
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user