Fixed pd not closing on exit
Set Window Title to VERSION define
This commit is contained in:
parent
a45234bc68
commit
7900559501
3 changed files with 5 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue