machine_info.cpp: Minor

This commit is contained in:
Laurent Trinques 2025-01-25 19:37:39 +01:00
parent 2436daa16f
commit c4b6939ed6

View File

@ -164,7 +164,7 @@ void MachineInfo::send_info_to_debug()
qInfo()<< "";
qInfo()<< " For QET configuration-files:";
#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
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
#endif