mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Proper use of QString::arg
This commit is contained in:
@ -56,7 +56,7 @@ void HelpAboutDialog::loadAboutInformation(const QString &path)
|
||||
buildNumber = BUILD_NUMBER;
|
||||
#endif
|
||||
|
||||
aboutText->setHtml(fileToString(path).arg(VERSION).arg(buildNumber));
|
||||
aboutText->setHtml(fileToString(path).arg(VERSION, buildNumber));
|
||||
aboutText->moveCursor(QTextCursor::Start);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user