diff options
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;
|
