summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-14 15:57:45 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-14 15:57:45 +0300
commit33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7 (patch)
tree877cd5bcdb0525af4778c6fa5b39924db47f4f9a /src/gui/widgets/widget.h
parent1be49b309ada7c988a5b48baa83281427db778fe (diff)
downloadplus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.gz
plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.bz2
plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.tar.xz
plus-33dc4573f4defbfb40b62d2d5ee1ed8f423c9db7.zip
Add to Widget class method postInit().
Diffstat (limited to 'src/gui/widgets/widget.h')
-rw-r--r--src/gui/widgets/widget.h3
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