Added initial next gen config support from proxy.
This commit is contained in:
parent
872148c35c
commit
aad19f1a35
20 changed files with 1901 additions and 15 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
void addListener(IControllerListener *listener);
|
||||
|
||||
protected:
|
||||
void onNewConfig(Config *config) override;
|
||||
void onNewConfig(IConfig *config) override;
|
||||
|
||||
private:
|
||||
ControllerPrivate *d_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue