1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Show toxcore version

Even though currently it's listed as 0.0.0, it sill should be shown.

Closes #2086
This commit is contained in:
Zetok Zalbavar 2015-09-04 12:09:02 +01:00
parent 05fece4fab
commit 6f032cca53
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 1 additions and 3 deletions

View File

@ -46,8 +46,6 @@ void AboutForm::replaceVersions()
QString::number(TOX_VERSION_MAJOR) + "." +
QString::number(TOX_VERSION_MINOR) + "." +
QString::number(TOX_VERSION_PATCH)));
//TODO show when toxcore supports versioning #2086
bodyUI->toxCoreVersion->hide();
}
AboutForm::~AboutForm()

View File

@ -127,7 +127,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>ToxCore version: $TOXCOREVERSION</string>
<string>toxcore version: $TOXCOREVERSION</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>