Update machine_info.cpp

second try to resolve PR-conflict
This commit is contained in:
plc-user
2025-01-24 13:28:52 +01:00
committed by GitHub
parent 620aa665f2
commit 661530030a

View File

@@ -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);