mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
zeit: show build date
This commit is contained in:
parent
f3531d1dff
commit
b0c6b4b336
@ -64,9 +64,10 @@ AboutDialog::AboutDialog(QWidget *parent) : BaseDialog(parent)
|
||||
"<blaze@vivaldi.net></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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user