mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: clean unused in Core
This commit is contained in:
@@ -16,19 +16,14 @@ public:
|
||||
explicit SendSystem(QObject* parent = nullptr);
|
||||
void setSocket(QTcpSocket *socket);
|
||||
void sendClientAutorization();
|
||||
void sendDisable();
|
||||
void sendFileBlock(const QString& path);
|
||||
void sendFolderBlock(const QString& path);
|
||||
void sendFileBlockWithVersion(const QString& localPath,const QString& serverPath);
|
||||
void sendQTConnect();
|
||||
void sendXMLAnswer(const QByteArray& array);
|
||||
void sendFinish();
|
||||
void sendChangeVersion(StreamingVersionData *streamingVersion);
|
||||
void sendDeleteVersion(StreamingVersionData *streamingVersion);
|
||||
void sendCopyVersion(const QString& versionName);
|
||||
void sendCheckHash();
|
||||
void sendPacketType(PacketType packetType);
|
||||
|
||||
~SendSystem(){};
|
||||
signals:
|
||||
void sigSend();
|
||||
|
||||
Reference in New Issue
Block a user