diff options
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h index 99b9479..17480cb 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -81,15 +81,16 @@ public: signals: void wasChanged(); -public slots: - void childWasChanged(); - -protected: /* * LUA scripting events: */ void eventOnChange(bool deep = false); +public slots: + void childWasChanged(); + void runEventOnChange(bool deep = false); + +protected: QWidget *widget; bool hideChildren; |