From 661530030a875cb91f9e860b0da2789629bfe672 Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:28:52 +0100 Subject: [PATCH] Update machine_info.cpp second try to resolve PR-conflict --- 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 40525082d..fb93dfa93 100644 --- a/sources/machine_info.cpp +++ b/sources/machine_info.cpp @@ -159,7 +159,7 @@ void MachineInfo::send_info_to_debug() qInfo()<< " User Location:"<< QString(QETApp::configDir().toLatin1()); - qInfo()<< " Config Location :"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation); + qInfo()<< " Config Location :"<< QStringList(QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation)); qInfo()<< " Project stalefiles Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); //qInfo()<< " App Local DataLocation:"<< QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation); // qInfo()<< " Home Location:"<< QStandardPaths::writableLocation(QStandardPaths::HomeLocation);