pass errorCode by reference in configurators
This commit is contained in:
parent
5bd8c33a6d
commit
d85a0439c5
19 changed files with 27 additions and 27 deletions
|
@ -13,7 +13,7 @@ public:
|
|||
ShadowSocksConfigurator(std::shared_ptr<Settings> settings, const QSharedPointer<ServerController> &serverController, QObject *parent = nullptr);
|
||||
|
||||
QString createConfig(const ServerCredentials &credentials, DockerContainer container,
|
||||
const QJsonObject &containerConfig, ErrorCode errorCode);
|
||||
const QJsonObject &containerConfig, ErrorCode &errorCode);
|
||||
};
|
||||
|
||||
#endif // SHADOWSOCKS_CONFIGURATOR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue