MXS-2271 Move script-related settings to the settings-container

Also moves related functions to class methods.
This commit is contained in:
Esa Korhonen
2019-01-28 17:47:48 +02:00
parent 0903648542
commit ce9b49d8d5
6 changed files with 64 additions and 69 deletions

View File

@ -109,7 +109,7 @@ public:
protected:
void pre_loop();
void tick();
void process_state_changes();
void process_state_changes() override;
private:
// Some methods need a log on/off setting.