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