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
@ -217,7 +217,7 @@ void MachineInfo::send_info_to_debug()
|
||||
}
|
||||
}
|
||||
qInfo()<< " Company Elements count:"<< companyElementsDir;
|
||||
|
||||
qInfo()<< "";
|
||||
|
||||
qInfo()<< "*** Qt screens ***";
|
||||
|
||||
@ -231,6 +231,7 @@ void MachineInfo::send_info_to_debug()
|
||||
+ " )";
|
||||
}
|
||||
qInfo()<< "";
|
||||
|
||||
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
||||
if (storage.isReadOnly())
|
||||
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
||||
|
Loading…
x
Reference in New Issue
Block a user