zeit: show build date

This commit is contained in:
blaze 2021-04-25 18:09:50 +03:00
parent f3531d1dff
commit b0c6b4b336
No known key found for this signature in database
GPG Key ID: C4996C546950EAE4

View File

@ -64,9 +64,10 @@ AboutDialog::AboutDialog(QWidget *parent) : BaseDialog(parent)
"&lt;blaze@vivaldi.net&gt;</p>"
"<p>Qt %2 (built with Qt %3)<br />"
"Licensed under GPL v3 or later.</p>"
"<p>Built on %4</p>"
"Project:<br />"
"<a href=\"https://launchpad.net/zeit\">"
"https://launchpad.net/zeit</a>"))
.arg(qApp->applicationVersion(), qVersion(), QT_VERSION_STR));
.arg(qApp->applicationVersion(), qVersion(), QT_VERSION_STR, __DATE__));
layout()->setSizeConstraint(QLayout::SetFixedSize);
}