mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Update machine_info.cpp
second try to resolve PR-conflict
This commit is contained in:
parent
620aa665f2
commit
661530030a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user