Machine info : try to fix FTFS under Windows

This commit is contained in:
Laurent Trinques
2025-01-25 20:29:11 +01:00
parent 162c402102
commit 194edbd799

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: HKEY_CURRENT_USER\Software\QElectroTech\";
qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER/Software/QElectroTech/";
#else
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
#endif