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

@ -131,7 +131,7 @@ protected slots:
signals:
void finished(); // Signal for closing. Not used now.
// void finished(); // Signal for closing. Not used now.
void dmxOutput(int layer, int channel, int value); // Signal when a channel has changed
void toTerminal(QString message);
void universeReceived(uint universe);