From 671d96383b2668ef773a49ba943328ddf0c98420 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Feb 2015 17:48:37 +0100 Subject: icon delegates now use a pixmap cache to improve rendering performance --- src/icondelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/icondelegate.h') diff --git a/src/icondelegate.h b/src/icondelegate.h index b24de102..39694481 100644 --- a/src/icondelegate.h +++ b/src/icondelegate.h @@ -40,7 +40,7 @@ public slots: private: - virtual QList getIcons(const QModelIndex &index) const = 0; + virtual QList getIcons(const QModelIndex &index) const = 0; virtual size_t getNumIcons(const QModelIndex &index) const = 0; -- cgit v1.3.1