diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 12:25:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | 15c19f19e86f94bc28cd0f2b80f0c5be394479fa (patch) | |
tree | 10339ba090fb0d35790d963e74b0526959daab31 /src/gui/windows/chatwindow.cpp | |
parent | 589e377f6159268bb3a3ec072ffce30ce4ad5422 (diff) | |
download | plus-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/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index de47813ef..f50ea6876 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -222,6 +222,8 @@ ChatWindow::ChatWindow(): mShowAllLang(serverConfig.getValue("showAllLang", 0)), mTmpVisible(false) { + mChatTabs->postInit(); + listen(CHANNEL_ATTRIBUTES); setWindowName("Chat"); |