fixed compile date in About window

This commit is contained in:
giomba 2020-10-31 22:21:27 +01:00
parent 6e1eb94872
commit 800fdf3ba4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ AboutWindow::AboutWindow(QWidget* parent) :
")
.arg(QT_VERSION_STR)
.arg(GOLEM_CURRENT_COMMIT)
.arg(QDate::currentDate().toString())
.arg(__DATE__ " " __TIME__)
);
}