diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 12:44:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | d5bd11b08e4c49a22b40834c0607e3c9927aecd1 (patch) | |
tree | 5480ef3be37dd680a5ba6a0b20224711e3e56233 /src/gui/windows/textdialog.h | |
parent | a259a5380ca980da4fcfb866777192231aa9f854 (diff) | |
download | ManaVerse-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.gz ManaVerse-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.bz2 ManaVerse-d5bd11b08e4c49a22b40834c0607e3c9927aecd1.tar.xz ManaVerse-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.h | 2 |
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. */ |