┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmodel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-27 05:31:48 +0000
committerPeter Penz <[email protected]>2009-07-27 05:31:48 +0000
commit66ad27aba14cdfea777b9ebe1beb161f80f26463 (patch)
treeb320f98d7b7c98a65beaca752365ee0345c1d345 /src/dolphinmodel.h
parent47d50032839e70f847adc1cc0de784f001936954 (diff)
Improved Subversion test plugin to allow committing, updating, diffing, adding and removing of files. As soon as the test plugin gets moved to kdesdk, the code should be improved to use the libsvn interface.
svn path=/trunk/KDE/kdebase/apps/; revision=1002839
Diffstat (limited to 'src/dolphinmodel.h')
-rw-r--r--src/dolphinmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h
index 9ae3d5f7c..1fd96c5f6 100644
--- a/src/dolphinmodel.h
+++ b/src/dolphinmodel.h
@@ -46,6 +46,7 @@ public:
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
virtual int columnCount(const QModelIndex& parent = QModelIndex()) const;
+ void clearRevisionData();
bool hasRevisionData() const;
private slots: