Browse Source

Merge branch 'pr2172'

pull/2180/head
tux3 10 years ago
parent
commit
b14bc68702
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/form/settings/aboutform.cpp
  2. 2
      src/widget/form/settings/aboutsettings.ui

2
src/widget/form/settings/aboutform.cpp

@ -46,8 +46,6 @@ void AboutForm::replaceVersions() @@ -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()

2
src/widget/form/settings/aboutsettings.ui

@ -127,7 +127,7 @@ @@ -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>

Loading…
Cancel
Save