Update the changelog, version, scale the instance icon

This commit is contained in:
Petr Mrázek
2014-01-20 01:14:11 +01:00
parent 130a790807
commit 3a3c9ac951
5 changed files with 36 additions and 6 deletions

View File

@ -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;