Use QString::number where applicable

This commit is contained in:
Silent
2021-03-02 23:33:03 +01:00
parent c0b7ee5722
commit 84bec06a90
6 changed files with 17 additions and 17 deletions

View File

@@ -544,7 +544,7 @@ bool AutoUpdaterDialog::doUpdate(const QString& zip_path, const QString& updater
}
QStringList arguments;
arguments << QStringLiteral("%1").arg(QCoreApplication::applicationPid());
arguments << QString::number(QCoreApplication::applicationPid());
arguments << destination_path;
arguments << zip_path;
arguments << program_path;