mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact2
This commit is contained in:
@@ -43,17 +43,17 @@ public slots:
|
||||
void slot_sendPacketType(PacketType packet);
|
||||
void slot_sendXmlAnswer(QByteArray array, PacketType packetType = PacketType::TYPE_XMLANSWER);
|
||||
|
||||
void slot_sendDocs(QString docPath);
|
||||
void slot_sendDocs_forQtClient(QString docPath);
|
||||
|
||||
void slot_sendNeedUpdate(bool flag,quint64 size,quint64 fileCount,quint64 deleteCount);
|
||||
|
||||
void slot_sendFolderBlock(QString path);
|
||||
void slot_sendDeleteBlock(QString path);
|
||||
|
||||
void slot_sendFileBlock(QString path);
|
||||
void slot_sendFileBlock_V3(QString path);
|
||||
void slot_sendFileBlock_forGUI(QString path);
|
||||
void slot_sendFileBlock_forQtClient(QString path);
|
||||
void slot_sendFileBlockByteArray(QByteArray array, PacketType packetType);
|
||||
void slot_sendFileBlockWithRename(QString path,QString newName);
|
||||
void slot_sendFileBlockWithRename_Hash_forQtClient(QString path,QString newName);
|
||||
|
||||
signals:
|
||||
QByteArray sigSendNotify(QString message);
|
||||
|
||||
Reference in New Issue
Block a user