diff options
| author | Peter Penz <[email protected]> | 2009-07-13 20:39:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-13 20:39:44 +0000 |
| commit | a655a560fb6780c4a0c1dabb1fd31eddf5d462c9 (patch) | |
| tree | ebdc323fb220e3a2a833b593931c2cc5ba55f288 /src/dolphinmodel.h | |
| parent | 220355ca8d01f5e17e8b93dfa1a893dc6e20bd8a (diff) | |
The Oxygen team will provide revision control emblems for KDE 4.4. Adjust the code to use icons instead of coloring the text... The icon position at the moment is terrible, an interface extension in KFileItemDelegate is required to get the icon boundaries.
svn path=/trunk/KDE/kdebase/apps/; revision=996101
Diffstat (limited to 'src/dolphinmodel.h')
| -rw-r--r-- | src/dolphinmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index b03507dc5..717f21d4e 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -39,7 +39,8 @@ public: enum RevisionState { LocalRevision, - LatestRevision + LatestRevision, + ConflictingRevision // TODO... }; |
