fix: GUI double send getOfflineMessage

This commit is contained in:
semenov
2025-09-18 13:27:23 +03:00
parent ced8a5cc64
commit 441be217d9
7 changed files with 12 additions and 53 deletions

View File

@@ -14,7 +14,7 @@ class SendSystem :public QObject
public:
explicit SendSystem(QObject* parent = nullptr);
void setSocket(QTcpSocket *socket);
void sendXMLmsgGUItoServer(QByteArray array);
//void sendXMLmsgGUItoServer(QByteArray array);
void sendDisable();
void sendFileBlock(QString path);
void sendFolderBlock(QString path);