summaryrefslogtreecommitdiff
path: root/src/genericicondelegate.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-02-25 17:48:37 +0100
committerTannin <devnull@localhost>2015-02-25 17:48:37 +0100
commit671d96383b2668ef773a49ba943328ddf0c98420 (patch)
treebf900f0e1d806269e1684f7122999285d11f5d49 /src/genericicondelegate.h
parentbdfd41a8621cec48bcd8da61f361269a641cdbb1 (diff)
icon delegates now use a pixmap cache to improve rendering performance
Diffstat (limited to 'src/genericicondelegate.h')
-rw-r--r--src/genericicondelegate.h2
1 files changed, 1 insertions, 1 deletions
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<QIcon> getIcons(const QModelIndex &index) const;
+ virtual QList<QString> getIcons(const QModelIndex &index) const;
virtual size_t getNumIcons(const QModelIndex &index) const;
private:
int m_Role;