mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: before threading
This commit is contained in:
@@ -24,7 +24,6 @@ class UpdateController : public QObject
|
||||
|
||||
public:
|
||||
explicit UpdateController(DataParser *parser,QObject *parent = 0);
|
||||
void SendFile(QDataStream &stream);
|
||||
void CalculateHash();
|
||||
~UpdateController();
|
||||
|
||||
@@ -32,9 +31,6 @@ private:
|
||||
DataParser *dataParser;
|
||||
QString localPath;
|
||||
QList<FileData> fileDataList;
|
||||
quint64 fileSize;
|
||||
int countSend;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user