ref: send task list to client

This commit is contained in:
semenov
2025-06-04 14:30:58 +03:00
parent c238a28800
commit d75eb3ce5c
7 changed files with 36 additions and 31 deletions

View File

@@ -44,6 +44,7 @@ static const QString commandCanChangeVersion = "CANCHANGE";
static const QString commandChangable = "CHANGEABLE";
static const QString commandUnchangable = "UNCHANGEABLE";
static const QString commandUpdateFilesClient = "update";
static const QString commandGetTasks = "GETTASKS";
class Tools {
public: