quickFix: minor

This commit is contained in:
semenov
2024-09-05 17:20:46 +03:00
parent 3e6fdf2308
commit 429ccfb185
19 changed files with 178 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
#include "tcpclient.h"
#include "Core/updatecontroller.h"
#include "updatecontroller.h"
#include "externalexecuter.h"
#include <QDir>

View File

@@ -27,6 +27,7 @@ enum PacketType{
TYPE_NEEDUPDATE = 7,
TYPE_XMLANSWER = 8,
TYPE_CHANGEPACKAGERESPONSE = 9,
TYPE_DISABLE = 11
};
class Tools {