NewServerSettings qml rework

This commit is contained in:
Pokamest Nikak 2021-09-09 20:15:44 +03:00
parent 3175bc1e48
commit 40fa2d6779
34 changed files with 644 additions and 255 deletions

View file

@ -4,7 +4,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include "protocols/protocols_defs.h"
#include "containers/containers_defs.h"
QString CloakConfigurator::genCloakConfig(const ServerCredentials &credentials,
DockerContainer container, const QJsonObject &containerConfig, ErrorCode *errorCode)

View file

@ -7,7 +7,7 @@
#include <QTemporaryFile>
#include "core/server_defs.h"
#include "protocols/protocols_defs.h"
#include "containers/containers_defs.h"
#include "core/scripts_registry.h"
#include "utils.h"

View file

@ -4,7 +4,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include "protocols/protocols_defs.h"
#include "containers/containers_defs.h"
QString ShadowSocksConfigurator::genShadowSocksConfig(const ServerCredentials &credentials,
DockerContainer container, const QJsonObject &containerConfig, ErrorCode *errorCode)

View file

@ -8,7 +8,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include "protocols/protocols_defs.h"
#include "containers/containers_defs.h"
QString VpnConfigurator::genVpnProtocolConfig(const ServerCredentials &credentials,

View file

@ -9,7 +9,7 @@
#include "sftpdefs.h"
#include "core/server_defs.h"
#include "protocols/protocols_defs.h"
#include "containers/containers_defs.h"
#include "core/scripts_registry.h"
#include "utils.h"