fix: server changable version

This commit is contained in:
semenov
2025-12-12 11:34:02 +03:00
parent 14c1ffb66f
commit c23f3d519b
24 changed files with 13298 additions and 13264 deletions

View File

@@ -20,7 +20,7 @@ public:
~DataParser() = default;
void initialize(PostProcessorSystem *postProcessSystem);
ServerSettings* getClientSettings();
Settings* getSettings();
bool xmlParser(const QByteArray& array);
private:
PostProcessorSystem *postProcessSystem;