mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Polish
This commit is contained in:
parent
24165ee8ee
commit
a73452bf6d
@ -177,8 +177,8 @@ void MachineInfo::send_info_to_debug()
|
|||||||
// 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);
|
||||||
// qInfo()<< " Cache Location:"<< QStandardPaths::writableLocation(QStandardPaths::CacheLocation);
|
// qInfo()<< " Cache Location:"<< QStandardPaths::writableLocation(QStandardPaths::CacheLocation);
|
||||||
qInfo()<< "";
|
qInfo()<< "";
|
||||||
|
|
||||||
|
|
||||||
qInfo()<< " For elmt-files (user-/common-collections, user-/company-collections, user-/custom-collections, etc.):";
|
qInfo()<< " For elmt-files (user-/common-collections, user-/company-collections, user-/custom-collections, etc.):";
|
||||||
QStringList nameFilters;
|
QStringList nameFilters;
|
||||||
@ -217,7 +217,7 @@ void MachineInfo::send_info_to_debug()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
qInfo()<< " Company Elements count:"<< companyElementsDir;
|
qInfo()<< " Company Elements count:"<< companyElementsDir;
|
||||||
|
qInfo()<< "";
|
||||||
|
|
||||||
qInfo()<< "*** Qt screens ***";
|
qInfo()<< "*** Qt screens ***";
|
||||||
|
|
||||||
@ -231,6 +231,7 @@ void MachineInfo::send_info_to_debug()
|
|||||||
+ " )";
|
+ " )";
|
||||||
}
|
}
|
||||||
qInfo()<< "";
|
qInfo()<< "";
|
||||||
|
|
||||||
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
||||||
if (storage.isReadOnly())
|
if (storage.isReadOnly())
|
||||||
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
||||||
@ -242,7 +243,7 @@ void MachineInfo::send_info_to_debug()
|
|||||||
}
|
}
|
||||||
|
|
||||||
QStorageInfo storage(qApp->applicationDirPath());
|
QStorageInfo storage(qApp->applicationDirPath());
|
||||||
|
|
||||||
if (storage.isReadOnly())
|
if (storage.isReadOnly())
|
||||||
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user