From 2df5b93608c98297e75b2bec8cd494e6bba5a23a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 11:28:03 +0300 Subject: move virtual member calls from spellpopup constuctor into postInit. --- src/gui/widgets/spellshortcutcontainer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/spellshortcutcontainer.cpp') diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 6e1db9cbd..3a28bfabf 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -46,6 +46,8 @@ SpellShortcutContainer::SpellShortcutContainer(const unsigned number) : mNumber(number), mSpellClicked(false) { + mSpellPopup->postInit(); + addMouseListener(this); addWidgetListener(this); -- cgit v1.2.3-60-g2f50