diff options
| author | Tannin <devnull@localhost> | 2015-02-25 17:48:37 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-02-25 17:48:37 +0100 |
| commit | 671d96383b2668ef773a49ba943328ddf0c98420 (patch) | |
| tree | bf900f0e1d806269e1684f7122999285d11f5d49 /src/icondelegate.h | |
| parent | bdfd41a8621cec48bcd8da61f361269a641cdbb1 (diff) | |
icon delegates now use a pixmap cache to improve rendering performance
Diffstat (limited to 'src/icondelegate.h')
| -rw-r--r-- | src/icondelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<QIcon> getIcons(const QModelIndex &index) const = 0;
+ virtual QList<QString> getIcons(const QModelIndex &index) const = 0;
virtual size_t getNumIcons(const QModelIndex &index) const = 0;
|
