summaryrefslogtreecommitdiff
path: root/src/gui/windows/textdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 12:44:17 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commitd5bd11b08e4c49a22b40834c0607e3c9927aecd1 (patch)
tree5480ef3be37dd680a5ba6a0b20224711e3e56233 /src/gui/windows/textdialog.h
parenta259a5380ca980da4fcfb866777192231aa9f854 (diff)
downloadplus-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.gz
plus-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.bz2
plus-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.xz
plus-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.zip
move virtual member calls from textdialog constructor into postInit.
Diffstat (limited to 'src/gui/windows/textdialog.h')
-rw-r--r--src/gui/windows/textdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/textdialog.h b/src/gui/windows/textdialog.h
index f3f4612de..c783c6ed2 100644
--- a/src/gui/windows/textdialog.h
+++ b/src/gui/windows/textdialog.h
@@ -51,6 +51,8 @@ public:
~TextDialog();
+ void postInit() override;
+
/**
* Called when receiving actions from the widgets.
*/