mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fix: reconnect with old connection
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
QList<FileData> *getHashList() const;
|
||||
|
||||
signals:
|
||||
void sigSendHashInfo(QString fullSize,QString current);
|
||||
void finished();
|
||||
|
||||
private:
|
||||
@@ -27,8 +28,11 @@ private:
|
||||
|
||||
QList<FileData>* hashList;
|
||||
QMutex _mutex;
|
||||
QString fullSize;
|
||||
quint64 currentSize;
|
||||
|
||||
quint64 getDirectorySize(const QString &path);
|
||||
void hashCounterDisplay(quint64 size);
|
||||
};
|
||||
|
||||
#endif // FASTHASHCALCULATOR_H
|
||||
|
||||
Reference in New Issue
Block a user