feat: send xml answer

This commit is contained in:
semenov
2024-08-15 15:30:22 +03:00
parent f7ebfcca5f
commit 6878eb0697
41 changed files with 1499 additions and 876 deletions

View File

@@ -9,6 +9,7 @@
static QString hashFilename = "hash.xml";
static QString settingsName = "settings.xml";
static QString tempName = "temp.xml";
enum PacketType{
TYPE_NONE = 0,
@@ -18,7 +19,8 @@ enum PacketType{
TYPE_FOLDER = 4,
TYPE_DELETE = 5,
TYPE_FINISH = 6,
TYPE_NEEDUPDATE =7
TYPE_NEEDUPDATE = 7,
TYPE_XMLANSWER = 8
};
class Tools {