diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 11:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 15:12:22 +0300 |
commit | 2df5b93608c98297e75b2bec8cd494e6bba5a23a (patch) | |
tree | d72bef1453ee63dd74dbc856cacac9d4dc85e909 /src/gui/widgets/itemshortcutcontainer.cpp | |
parent | e964cbb2e00121e9d4fea4a76a09e9af960ca56e (diff) | |
download | plus-2df5b93608c98297e75b2bec8cd494e6bba5a23a.tar.gz plus-2df5b93608c98297e75b2bec8cd494e6bba5a23a.tar.bz2 plus-2df5b93608c98297e75b2bec8cd494e6bba5a23a.tar.xz plus-2df5b93608c98297e75b2bec8cd494e6bba5a23a.zip |
move virtual member calls from spellpopup constuctor into postInit.
Diffstat (limited to 'src/gui/widgets/itemshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/itemshortcutcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/itemshortcutcontainer.cpp b/src/gui/widgets/itemshortcutcontainer.cpp index d85a1e73e..266c96241 100644 --- a/src/gui/widgets/itemshortcutcontainer.cpp +++ b/src/gui/widgets/itemshortcutcontainer.cpp @@ -61,6 +61,7 @@ ItemShortcutContainer::ItemShortcutContainer(const unsigned number) : mUnEquipedColor2(getThemeColor(Theme::ITEM_NOT_EQUIPPED_OUTLINE)) { mItemPopup->postInit(); + mSpellPopup->postInit(); addMouseListener(this); addWidgetListener(this); |