feat: stable version new update

This commit is contained in:
semenov
2025-01-23 13:05:13 +03:00
parent e4aec0b4ca
commit 04e88617f2
49 changed files with 506 additions and 380 deletions

View File

@@ -1,6 +1,8 @@
#ifndef DATAS_H
#define DATAS_H
#include "streamingversiondata.h"
#include <QString>
class ServerSettings{
@@ -9,6 +11,7 @@ public:
QString Port;
QString Language;
QString LocalVersionName;
StreamingVersionData versionData;
bool isAutoStart;
};