From 0c063cf5b45a843485fe3343e5fb79a40141f88c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Nov 2015 21:16:07 +0300 Subject: Convert DragDropSource enum into strong typed enum. --- src/gui/widgets/spellshortcutcontainer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/spellshortcutcontainer.cpp') diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 4c4b444d8..5a3a568f8 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -200,7 +200,7 @@ void SpellShortcutContainer::mouseDragged(MouseEvent &event) TextCommand *const spell = spellManager->getSpell(itemId); if (spell) { - dragDrop.dragCommand(spell, DRAGDROP_SOURCE_SPELLS, index); + dragDrop.dragCommand(spell, DragDropSource::Spells, index); dragDrop.setItem(spell->getId() + SPELL_MIN_ID); } else @@ -269,7 +269,7 @@ void SpellShortcutContainer::mouseReleased(MouseEvent &event) if (!dragDrop.isEmpty()) { - if (dragDrop.getSource() == DRAGDROP_SOURCE_SPELLS) + if (dragDrop.getSource() == DragDropSource::Spells) { const int oldIndex = dragDrop.getTag(); const int idx = mNumber * SPELL_SHORTCUT_ITEMS; -- cgit v1.2.3-70-g09d2