Version number in about from someplayer.h
[someplayer] / src / aboutform.cpp
index 2edb7dd..a3956f2 100644 (file)
@@ -3,6 +3,7 @@
 #include "config.h"
 #include <QWebView>
 #include <QDebug>
+#include "someplayer.h"
 
 using namespace SomePlayer::Storage;
 
@@ -32,6 +33,7 @@ void AboutForm::updateIcons() {
 
 void AboutForm::updateTranslations() {
        ui->retranslateUi(this);
+       ui->versionLabel->setText(QString("<b>%1</b>").arg(_SOMEPLAYER_VERSION_));
 }
 
 void AboutForm::onlineHelp() {