Fixed pd not closing on exit

Set Window Title to VERSION define
This commit is contained in:
Santi Noreña 2014-07-16 18:49:24 +02:00
parent a45234bc68
commit 7900559501
3 changed files with 5 additions and 4 deletions

View file

@ -33,7 +33,7 @@ libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
// Inicia el User Interface
ui.setupUi(this);
this->setWindowTitle(VERSION);
// Inicia el widget Terminal
textEdit = new QTextEdit(this);
textEdit->append(QString::fromAscii(VERSION));