summaryrefslogtreecommitdiff
path: root/src/gui/shortcut/itemshortcut.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-08 00:48:12 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-08 00:48:12 +0300
commit553abfdfa9e00e78cf4da893acb97062b47b9e24 (patch)
tree2089e1fe5700af91501135bc813cdd46667e6d44 /src/gui/shortcut/itemshortcut.h
parent344efb2009b8c6d329a6d19dd45ed49076252710 (diff)
downloadplus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.gz
plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.bz2
plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.tar.xz
plus-553abfdfa9e00e78cf4da893acb97062b47b9e24.zip
Move constants from itemshortcut.h into const directory.
Diffstat (limited to 'src/gui/shortcut/itemshortcut.h')
-rw-r--r--src/gui/shortcut/itemshortcut.h6
1 files changed, 2 insertions, 4 deletions
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 <string>
#include "localconsts.h"
-const unsigned int SHORTCUT_ITEMS = 20;
-const unsigned int SHORTCUT_TABS = 5;
-const size_t SHORTCUT_AUTO_TAB = 4;
-
class Item;
/**