diff options
| author | Peter Penz <[email protected]> | 2009-07-19 22:29:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-19 22:29:59 +0000 |
| commit | d288b1cda477623297c6e25eb63bb1295a99878f (patch) | |
| tree | 63f19107a2967128dee443421fec63c4328f0902 /src/dolphinmodel.h | |
| parent | 46dcb12d9f2688bb90a83b8f0dda09b102845eff (diff) | |
- 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
Diffstat (limited to 'src/dolphinmodel.h')
| -rw-r--r-- | src/dolphinmodel.h | 10 |
1 files changed, 2 insertions, 8 deletions
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 <kdirmodel.h> +#include <revisioncontrolplugin.h> #include <libdolphin_export.h> #include <QHash> @@ -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<QPersistentModelIndex, RevisionState> m_revisionHash; + QHash<QPersistentModelIndex, RevisionControlPlugin::RevisionState> m_revisionHash; static const char* m_others; }; |
