mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: send xml answer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef FILEMANAGER_H
|
||||
#define FILEMANAGER_H
|
||||
#ifndef UPDATECONTROLLER_H
|
||||
#define UPDATECONTROLLER_H
|
||||
|
||||
|
||||
#include "Core\FileData.h"
|
||||
#include "Core\dataparser.h"
|
||||
@@ -27,7 +28,6 @@ public:
|
||||
void CalculateHash();
|
||||
~UpdateController();
|
||||
|
||||
|
||||
private:
|
||||
DataParser *dataParser;
|
||||
QString localPath;
|
||||
@@ -37,4 +37,6 @@ private:
|
||||
|
||||
};
|
||||
|
||||
#endif // FILEMANAGER_H
|
||||
|
||||
|
||||
#endif // UPDATECONTROLLER_H
|
||||
|
||||
Reference in New Issue
Block a user