bugfix: send old messages to QTGUI

This commit is contained in:
semenov
2025-08-20 14:26:40 +03:00
parent b412559483
commit 472300c1d8
10 changed files with 34 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ static QString streamingHashFilename = staticDataFolderName + "/streamingHash.xm
static QString serverHash = staticDataFolderName + "/serverHash.xml";
static QString cmd_CheckVersionList = "CHECKVERSIONLIST";
static QString cmd_GetOfflineMessages = "GETOFFLINEMESSAGE";
enum PacketType{
TYPE_NONE = 0,