From 3fc421539bc81f27262b91554694509f3e47f865 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Aug 2016 20:23:15 +0300 Subject: Show cast type in skill popup from custom place. For skill shortcuts for now it always "Default". --- src/gui/shortcut/itemshortcut.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/shortcut/itemshortcut.h') diff --git a/src/gui/shortcut/itemshortcut.h b/src/gui/shortcut/itemshortcut.h index d3418eadd..4f223478f 100644 --- a/src/gui/shortcut/itemshortcut.h +++ b/src/gui/shortcut/itemshortcut.h @@ -73,6 +73,9 @@ class ItemShortcut final ItemColor getItemColor(const int index) const A_WARN_UNUSED { return mItemColors[index]; } + std::string getItemData(const int index) const A_WARN_UNUSED + { return mItemData[index]; } + /** * Returns the amount of shortcut items. */ -- cgit v1.2.3-60-g2f50