summaryrefslogtreecommitdiff
path: root/src/gui/windows/emotewindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-19 12:25:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:22 +0300
commit15c19f19e86f94bc28cd0f2b80f0c5be394479fa (patch)
tree10339ba090fb0d35790d963e74b0526959daab31 /src/gui/windows/emotewindow.cpp
parent589e377f6159268bb3a3ec072ffce30ce4ad5422 (diff)
downloadplus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.gz
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.bz2
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.tar.xz
plus-15c19f19e86f94bc28cd0f2b80f0c5be394479fa.zip
move virtual member calls from tabbedarea constuctor into postInit.
Diffstat (limited to 'src/gui/windows/emotewindow.cpp')
-rw-r--r--src/gui/windows/emotewindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/emotewindow.cpp b/src/gui/windows/emotewindow.cpp
index c9f5f927c..b2b702e4b 100644
--- a/src/gui/windows/emotewindow.cpp
+++ b/src/gui/windows/emotewindow.cpp
@@ -57,6 +57,7 @@ EmoteWindow::EmoteWindow() :
mScrollFontPage(new ScrollArea(mFontPage, false, "fontpage.xml")),
mImageSet(Theme::getImageSetFromThemeXml("emotetabs.xml", "", 17, 16))
{
+ mTabs->postInit();
mColorPage->postInit();
mFontPage->postInit();
setShowTitle(false);