diff options
Diffstat (limited to 'src/genericicondelegate.h')
| -rw-r--r-- | src/genericicondelegate.h | 2 |
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;
|
