We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcae5fb + d7c6225 commit 152bd1bCopy full SHA for 152bd1b
1 file changed
src/lemon.cpp
@@ -999,12 +999,12 @@ void LemonLime::changeContestName() {
999
}
1000
1001
void LemonLime::aboutLemon() {
1002
-QString text;
+ QString text;
1003
text += "<h2>Project LemonLime</h2>";
1004
- text += "<h3>" +
1005
- tr("Version: %1")
1006
- .arg(QString(LEMON_VERSION_STRING) + QString(":") + QString(LEMON_VERSION_BUILD)) +
1007
- "</h3>";
+ text +=
+ "<h3>" +
+ tr("Version: %1").arg(QString(LEMON_VERSION_STRING) + QString(":") + QString(LEMON_VERSION_BUILD)) +
+ "</h3>";
1008
text += tr("This is a tiny judging environment for OI contest based on Project LemonPlus.") + "<br>";
1009
text += tr("Based on Project Lemon version 1.2 Beta by Zhipeng Jia, 2011") + "<br>";
1010
text += tr("Based on Project LemonPlus by Dust1404, 2019") + "<br>";
0 commit comments