mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 06:20:53 +01:00
Polish
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user