mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: fast hash checker
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "Core/sendsystem.h"
|
||||
#include "Core/versioncontainer.h"
|
||||
#include "fasthashcalculator.h"
|
||||
#include <QXmlStreamWriter>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QXmlStreamAttribute>
|
||||
@@ -40,6 +41,7 @@ signals:
|
||||
private:
|
||||
SendSystem *sendSystem;
|
||||
DataParserOutput * dataParserOut;
|
||||
FastHashCalculator* hashCalculator;
|
||||
QString applicationFolderPath;
|
||||
VersionContainer *versionContainer;
|
||||
QList<FileData> appDataList;
|
||||
|
||||
Reference in New Issue
Block a user