diff options
Diffstat (limited to 'src/dolphinfileitemdelegate.h')
| -rw-r--r-- | src/dolphinfileitemdelegate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinfileitemdelegate.h b/src/dolphinfileitemdelegate.h index 70b30e99d..b6a4d45b2 100644 --- a/src/dolphinfileitemdelegate.h +++ b/src/dolphinfileitemdelegate.h @@ -20,9 +20,9 @@ #ifndef DOLPHINFILEITEMDELEGATE_H #define DOLPHINFILEITEMDELEGATE_H +#include <dolphinmodel.h> #include <kfileitemdelegate.h> -class DolphinModel; class QAbstractProxyModel; /** @@ -66,6 +66,8 @@ private: const DolphinModel* dolphinModel, const QModelIndex& index); + static QPixmap emblemForState(DolphinModel::RevisionState state, const QSize& size); + private: bool m_hasMinimizedNameColumn; }; |
