summaryrefslogtreecommitdiff
path: root/src/gui/popups/textpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 12:50:59 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commite4d34f9e3f5b2068be1a8137c75a571e9da42cda (patch)
tree97d0e13dd2f163e9ce91576b29eec8563899097c /src/gui/popups/textpopup.h
parentecc414fed44c8b0ee63c0acf188a109e3867a815 (diff)
downloadplus-e4d34f9e3f5b2068be1a8137c75a571e9da42cda.tar.gz
plus-e4d34f9e3f5b2068be1a8137c75a571e9da42cda.tar.bz2
plus-e4d34f9e3f5b2068be1a8137c75a571e9da42cda.tar.xz
plus-e4d34f9e3f5b2068be1a8137c75a571e9da42cda.zip
move virtual member calls from textpopup constructor into postInit.
Diffstat (limited to 'src/gui/popups/textpopup.h')
-rw-r--r--src/gui/popups/textpopup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/textpopup.h b/src/gui/popups/textpopup.h
index b165c2f25..d57b17faf 100644
--- a/src/gui/popups/textpopup.h
+++ b/src/gui/popups/textpopup.h
@@ -48,6 +48,8 @@ class TextPopup final : public Popup
*/
~TextPopup();
+ void postInit() override;
+
/**
* Sets the text to be displayed.
*/