bugfix: update without hot update

This commit is contained in:
semenov
2025-11-20 12:14:34 +03:00
parent 4829647e98
commit a2e64ecb68
14 changed files with 13161 additions and 13125 deletions

View File

@@ -25,6 +25,7 @@ public:
void sendCheckHash();
void sendPacketType(PacketType packetType);
~SendSystem(){};
void sendPacketTypeWithDelay(PacketType packetType, int delay);
signals:
void sigSend();
QByteArray sigGetXmlAnswer(QString);