summaryrefslogtreecommitdiffstats
path: root/logic/icons/IconList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/icons/IconList.h')
-rw-r--r--logic/icons/IconList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/icons/IconList.h b/logic/icons/IconList.h
index 322411d1..4ee3f782 100644
--- a/logic/icons/IconList.h
+++ b/logic/icons/IconList.h
@@ -34,6 +34,7 @@ public:
virtual ~IconList() {};
QIcon getIcon(QString key);
+ QIcon getBigIcon(QString key);
int getIconIndex(QString key);
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;