mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-18 02:30:52 +03:00
Remove some useless casts
This commit is contained in:
@@ -643,7 +643,7 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
|
||||
|
||||
int i = 0;
|
||||
for (const QString& key : keys) {
|
||||
QString minutes = QString::number(static_cast<int>(pollingMinutes[key].toInt()));
|
||||
QString minutes = QString::number(pollingMinutes[key].toInt());
|
||||
QString keyTranslated;
|
||||
if (key == "short") {
|
||||
keyTranslated = tr("Short");
|
||||
|
||||
Reference in New Issue
Block a user