diff options
Diffstat (limited to 'src/gui/widgets/widget.h')
-rw-r--r-- | src/gui/widgets/widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h index e13e8f791..5868e20aa 100644 --- a/src/gui/widgets/widget.h +++ b/src/gui/widgets/widget.h @@ -1027,6 +1027,9 @@ class Widget notfinal : public Widget2 void windowResized(); + virtual void postInit() + { } + protected: /** * Distributes an action event to all action listeners |