feat: add server blocked behaviour

This commit is contained in:
semenov
2024-09-12 12:16:41 +03:00
parent a831e29ddc
commit 23982ecd6b
26 changed files with 172 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
#include "updatecontroller.h"
#include "UpdateController.h"
UpdateController::UpdateController(DataParser *parser, QObject *parent) :
QObject(parent)