┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/revisioncontrolplugin.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-13 20:39:44 +0000
committerPeter Penz <[email protected]>2009-07-13 20:39:44 +0000
commita655a560fb6780c4a0c1dabb1fd31eddf5d462c9 (patch)
treeebdc323fb220e3a2a833b593931c2cc5ba55f288 /src/revisioncontrolplugin.h
parent220355ca8d01f5e17e8b93dfa1a893dc6e20bd8a (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/revisioncontrolplugin.h')
-rw-r--r--src/revisioncontrolplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revisioncontrolplugin.h b/src/revisioncontrolplugin.h
index 6cacb9224..2fd7d77c0 100644
--- a/src/revisioncontrolplugin.h
+++ b/src/revisioncontrolplugin.h
@@ -36,7 +36,8 @@ public:
enum RevisionState
{
LocalRevision,
- LatestRevision
+ LatestRevision,
+ ConflictingRevision
// TODO...
};