Fix broken countdown support.

This commit is contained in:
Andrius Štikonas 2015-11-01 00:31:38 +00:00
parent 1049a56400
commit 019fa723c1
2 changed files with 11 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -82,6 +82,7 @@ private:
}
void run();
void writeSocketData(QByteArray socketName, QByteArray remotePassword, QByteArray timeZone, uint16_t countdown);
QByteArray intToHex(uint16_t value);
QByteArray commandID[MaxCommands];
QByteArray datagram[MaxCommands];