From d288b1cda477623297c6e25eb63bb1295a99878f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 19 Jul 2009 22:29:59 +0000 Subject: - interface cleanups - the subversion test plugin is at least capable of indicating the revision state for files svn path=/trunk/KDE/kdebase/apps/; revision=999489 --- src/dolphinmodel.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/dolphinmodel.h') diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index 45fd1efa2..9ae3d5f7c 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -22,6 +22,7 @@ #define DOLPHINMODEL_H #include +#include #include #include @@ -37,13 +38,6 @@ public: ExtraColumnCount }; - enum RevisionState { - LocalRevision, - LatestRevision, - ConflictingRevision - // TODO... - }; - DolphinModel(QObject* parent = 0); virtual ~DolphinModel(); @@ -63,7 +57,7 @@ private: private: bool m_hasRevisionData; - QHash m_revisionHash; + QHash m_revisionHash; static const char* m_others; }; -- cgit v1.3.1