mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Minor
This commit is contained in:
@@ -153,7 +153,7 @@ void MachineInfo::send_info_to_debug()
|
|||||||
|
|
||||||
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) {
|
||||||
if (storage.isReadOnly())
|
if (storage.isReadOnly())
|
||||||
qDebug() << "isReadOnly:" << storage.isReadOnly();
|
qInfo() << "isReadOnly:" << storage.isReadOnly();
|
||||||
|
|
||||||
qInfo() << "DISK :" << storage.rootPath().toLocal8Bit().constData() << " ";
|
qInfo() << "DISK :" << storage.rootPath().toLocal8Bit().constData() << " ";
|
||||||
qInfo() << "FileSystemType:" << storage.fileSystemType();
|
qInfo() << "FileSystemType:" << storage.fileSystemType();
|
||||||
@@ -164,7 +164,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();
|
qInfo() << "isReadOnly:" << storage.isReadOnly();
|
||||||
|
|
||||||
qInfo() << "DISK USED:" << storage.rootPath().toLocal8Bit().constData() << " ";
|
qInfo() << "DISK USED:" << storage.rootPath().toLocal8Bit().constData() << " ";
|
||||||
qInfo() << "FileSystemType:" << storage.fileSystemType();
|
qInfo() << "FileSystemType:" << storage.fileSystemType();
|
||||||
|
|||||||
Reference in New Issue
Block a user