summaryrefslogtreecommitdiffstats
path: root/application/groupview/InstanceDelegate.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-11-10 02:54:53 +0100
committerPetr Mrázek <peterix@gmail.com>2016-11-10 02:54:53 +0100
commitf9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771 (patch)
tree0b8f492b470c835bc814ebc786dc73bfe2b0f3f4 /application/groupview/InstanceDelegate.h
parent27e26a656b8d9f0aef1dd6a18b50ecc9465494bd (diff)
downloadMultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar
MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.gz
MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.lz
MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.xz
MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.zip
NOISSUE allow using icon themes for instances and instance badges
Diffstat (limited to 'application/groupview/InstanceDelegate.h')
-rw-r--r--application/groupview/InstanceDelegate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/application/groupview/InstanceDelegate.h b/application/groupview/InstanceDelegate.h
index 2b5439cb..f62df99e 100644
--- a/application/groupview/InstanceDelegate.h
+++ b/application/groupview/InstanceDelegate.h
@@ -23,13 +23,8 @@ class ListViewDelegate : public QStyledItemDelegate
public:
explicit ListViewDelegate(QObject *parent = 0);
- static QPixmap requestBadgePixmap(const QString &key);
-
protected:
void paint(QPainter *painter, const QStyleOptionViewItem &option,
const QModelIndex &index) const;
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
-
-private:
- static QCache<QString, QPixmap> m_pixmapCache;
};