Moved defines to defines.h

Work on sigsev alt init media library without path, not fixed yet.
This commit is contained in:
santi 2014-07-23 18:23:10 +02:00
parent 7616d963fa
commit 87e1a22e47
13 changed files with 108 additions and 65 deletions

View file

@ -17,14 +17,6 @@
#include "defines.h"
#include "dmxPersonality.h"
// struct where save the DMX settings for each layer
struct dmxSetting {
int address;
uint universe;
bool updated;
int layer;
};
class olaThread : public QThread
{
Q_OBJECT
@ -121,6 +113,7 @@ signals:
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);
};
#endif // OLATHREAD_H