From c4b6939ed6af1f63507552921c4ce1cafaabb64a Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 25 Jan 2025 19:37:39 +0100 Subject: [PATCH] machine_info.cpp: Minor --- sources/machine_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/machine_info.cpp b/sources/machine_info.cpp index 9b9edecba..90492cef0 100644 --- a/sources/machine_info.cpp +++ b/sources/machine_info.cpp @@ -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