code cleanup, added brightness

This commit is contained in:
2020-04-20 15:31:35 +02:00
parent 2d4c6f33e8
commit 1fee46899e
3 changed files with 20 additions and 266 deletions

View File

@@ -17,6 +17,7 @@ public:
void talkingEnded();
void talkingStarted();
void poked();
void clientMoved();
public slots:
void connected();
@@ -26,7 +27,7 @@ public slots:
private:
QUdpSocket* mSock;
TS3Functions mTs3Functions;
bool succesful = false;
int brightness = 80;
void sendColor(int R, int G, int B, int W, int t);
};