mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-20 06:13:19 +03:00
Remove unused variable
This commit is contained in:
@@ -183,7 +183,6 @@ void MainWindow::updateUI()
|
|||||||
|
|
||||||
QString modelName = localObj["model_name"].toString();
|
QString modelName = localObj["model_name"].toString();
|
||||||
QJsonArray attributes = localObj["ata_smart_attributes"].toObject()["table"].toArray();
|
QJsonArray attributes = localObj["ata_smart_attributes"].toObject()["table"].toArray();
|
||||||
QJsonObject nvmeLog = localObj["nvme_smart_health_information_log"].toObject();
|
|
||||||
QString temperature = "-- °C";
|
QString temperature = "-- °C";
|
||||||
bool healthPassed = localObj["smart_status"].toObject()["passed"].toBool();
|
bool healthPassed = localObj["smart_status"].toObject()["passed"].toBool();
|
||||||
bool caution = false;
|
bool caution = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user