Fix broken countdown support.

Esse commit está contido em:
Andrius Štikonas 2015-11-01 00:31:38 +00:00
commit 019fa723c1
2 arquivos alterados com 11 adições e 5 exclusões

Diff do arquivo suprimido porque uma ou mais linhas são muito longas

Ver arquivo

@ -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];