From 553abfdfa9e00e78cf4da893acb97062b47b9e24 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 Aug 2017 00:48:12 +0300 Subject: Move constants from itemshortcut.h into const directory. --- src/gui/shortcut/itemshortcut.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gui') diff --git a/src/gui/shortcut/itemshortcut.h b/src/gui/shortcut/itemshortcut.h index 15324d30c..8aa7a9efc 100644 --- a/src/gui/shortcut/itemshortcut.h +++ b/src/gui/shortcut/itemshortcut.h @@ -23,16 +23,14 @@ #ifndef GUI_SHORTCUT_ITEMSHORTCUT_H #define GUI_SHORTCUT_ITEMSHORTCUT_H +#include "const/itemshortcut.h" + #include "enums/simpletypes/itemcolor.h" #include #include "localconsts.h" -const unsigned int SHORTCUT_ITEMS = 20; -const unsigned int SHORTCUT_TABS = 5; -const size_t SHORTCUT_AUTO_TAB = 4; - class Item; /** -- cgit v1.2.3-70-g09d2