Fix bug when changing at the same time folder and file load two time the

file
Removed sendDMX() on init
Added dome doc in audiolayerwidget.h
Cleaned comments on olathread.cpp and olathread.h
This commit is contained in:
santi 2014-10-08 21:11:50 +02:00
parent eb447007d9
commit bdd72825db
5 changed files with 58 additions and 48 deletions

View file

@ -94,7 +94,6 @@ libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
ola->blockSignals(false);
connect(ola, SIGNAL( dmxOutput(int, int, int) ),
this, SLOT( dmxInput(int, int, int) ) );
ola->resendDmx();
qDebug("Init Complete");
}