mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix previuois commit
This commit is contained in:
parent
c4b6939ed6
commit
c6427cbfc1
@ -163,11 +163,11 @@ void MachineInfo::send_info_to_debug()
|
||||
qInfo()<< " User Location:"<< QString(QETApp::configDir().toLatin1());
|
||||
qInfo()<< "";
|
||||
qInfo()<< " For QET configuration-files:";
|
||||
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
||||
qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER\Software\QElectroTech\"
|
||||
#else
|
||||
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
|
||||
#ifdef Q_OS_WIN
|
||||
qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER\Software\QElectroTech\";
|
||||
#endif
|
||||
qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/";
|
||||
|
||||
qInfo()<< " For data-files (user-/company-collections, titleblocks, etc.):";
|
||||
qInfo()<< " App Data Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
qInfo()<< " Directory for project stalefiles:";
|
||||
|
Loading…
x
Reference in New Issue
Block a user