refactoring: all protocol models now work with c++ classes
This commit is contained in:
parent
65f60ab922
commit
d766a001e3
25 changed files with 301 additions and 295 deletions
|
@ -28,6 +28,9 @@ public:
|
|||
|
||||
QJsonObject toJson() const override;
|
||||
|
||||
bool hasEqualServerSettings(const XrayProtocolConfig &other) const;
|
||||
void clearClientSettings();
|
||||
|
||||
xray::ServerProtocolConfig serverProtocolConfig;
|
||||
xray::ClientProtocolConfig clientProtocolConfig;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue