feature: premium v1 migration

This commit is contained in:
vladimir.kuznetsov 2025-05-06 19:22:28 +08:00
parent 7169480999
commit bf8aada329
20 changed files with 740 additions and 11 deletions

View file

@ -90,6 +90,7 @@ public slots:
void addServer(const QJsonObject &server);
void editServer(const QJsonObject &server, const int serverIndex);
void removeServer();
void removeServer(const int serverIndex);
QJsonObject getServerConfig(const int serverIndex);