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/genericicondelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genericicondelegate.h') diff --git a/src/genericicondelegate.h b/src/genericicondelegate.h index 9842d09a..98605250 100644 --- a/src/genericicondelegate.h +++ b/src/genericicondelegate.h @@ -24,7 +24,7 @@ public: public slots: void columnResized(int logicalIndex, int oldSize, int newSize); private: - virtual QList getIcons(const QModelIndex &index) const; + virtual QList getIcons(const QModelIndex &index) const; virtual size_t getNumIcons(const QModelIndex &index) const; private: int m_Role; -- cgit v1.3.1