diff options
Diffstat (limited to 'src/dolphinfileitemdelegate.h')
| -rw-r--r-- | src/dolphinfileitemdelegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinfileitemdelegate.h b/src/dolphinfileitemdelegate.h index 287136862..405f24916 100644 --- a/src/dolphinfileitemdelegate.h +++ b/src/dolphinfileitemdelegate.h @@ -66,6 +66,9 @@ private: const DolphinModel* dolphinModel, const QModelIndex& index); + static void adjustOptionTextColor(QStyleOptionViewItemV4& option, + KVersionControlPlugin::VersionState state); + QPixmap emblemForState(KVersionControlPlugin::VersionState state, const QSize& size) const; private: |
