diff options
Diffstat (limited to 'plugingui/stackedwidget.h')
-rw-r--r-- | plugingui/stackedwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/stackedwidget.h b/plugingui/stackedwidget.h index 903aa17..13d764b 100644 --- a/plugingui/stackedwidget.h +++ b/plugingui/stackedwidget.h @@ -62,6 +62,10 @@ public: Notifier<Widget*> currentChanged; private: + //! Callback for Widget::sizeChangeNotifier + void sizeChanged(int width, int height); + +private: Widget* currentWidget{nullptr}; std::list<Widget*> widgets; }; |