mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
machine_info.cpp: Minor
This commit is contained in:
@@ -163,11 +163,15 @@ void MachineInfo::send_info_to_debug()
|
|||||||
qInfo()<< " User Location:"<< QString(QETApp::configDir().toLatin1());
|
qInfo()<< " User Location:"<< QString(QETApp::configDir().toLatin1());
|
||||||
qInfo()<< "";
|
qInfo()<< "";
|
||||||
qInfo()<< " For QET configuration-files:";
|
qInfo()<< " For QET configuration-files:";
|
||||||
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation);
|
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
||||||
|
qInfo()<< " App Config Location: see Regedit"
|
||||||
|
#else
|
||||||
|
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
|
||||||
|
#endif
|
||||||
qInfo()<< " For data-files (user-/company-collections, titleblocks, etc.):";
|
qInfo()<< " For data-files (user-/company-collections, titleblocks, etc.):";
|
||||||
qInfo()<< " App Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
qInfo()<< " App Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||||
qInfo()<< " Directory for project stalefiles:";
|
qInfo()<< " Directory for project stalefiles:";
|
||||||
qInfo()<< " Generic Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation);
|
qInfo()<< " Generic Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/stalefiles/QElectroTech/";
|
||||||
// qInfo()<< " App Local DataLocation:"<< QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation);
|
// qInfo()<< " App Local DataLocation:"<< QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation);
|
||||||
// qInfo()<< " Home Location:"<< QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
|
// qInfo()<< " Home Location:"<< QStandardPaths::writableLocation(QStandardPaths::HomeLocation);
|
||||||
// qInfo()<< " Runtime Location:"<< QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation);
|
// qInfo()<< " Runtime Location:"<< QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation);
|
||||||
|
|||||||
Reference in New Issue
Block a user