From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/itemshortcut.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/itemshortcut.h') diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 6ef5d996a..dcdc515a5 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -23,6 +23,8 @@ #ifndef ITEMSHORTCUT_H #define ITEMSHORTCUT_H +#include "localconsts.h" + const unsigned int SHORTCUT_ITEMS = 20; const unsigned int SHORTCUT_TABS = 3; @@ -31,7 +33,7 @@ class Item; /** * The class which keeps track of the item shortcuts. */ -class ItemShortcut +class ItemShortcut final { public: /** -- cgit v1.2.3-60-g2f50