ref: link argument

This commit is contained in:
semenov
2025-08-13 10:22:14 +03:00
parent 303576b7f9
commit 05e09792d7
27 changed files with 111 additions and 137 deletions

View File

@@ -5,7 +5,7 @@ NotifyController::NotifyController(QObject *parent) : QObject(parent)
}
void NotifyController::showWarning(QString text)
void NotifyController::showWarning(const QString& text)
{
QMessageBox warning;
warning.setText(text);