diff options
| author | Peter Penz <[email protected]> | 2009-07-27 05:31:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-27 05:31:48 +0000 |
| commit | 66ad27aba14cdfea777b9ebe1beb161f80f26463 (patch) | |
| tree | b320f98d7b7c98a65beaca752365ee0345c1d345 /src/revisioncontrolobserver.h | |
| parent | 47d50032839e70f847adc1cc0de784f001936954 (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/revisioncontrolobserver.h')
| -rw-r--r-- | src/revisioncontrolobserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/revisioncontrolobserver.h b/src/revisioncontrolobserver.h index 27c7a27a0..ae19e219f 100644 --- a/src/revisioncontrolobserver.h +++ b/src/revisioncontrolobserver.h @@ -25,6 +25,7 @@ #include <kfileitem.h> #include <revisioncontrolplugin.h> #include <QList> +#include <QMutex> #include <QObject> #include <QPersistentModelIndex> #include <QString> @@ -82,6 +83,7 @@ private: QTimer* m_dirVerificationTimer; + mutable QMutex m_pluginMutex; RevisionControlPlugin* m_plugin; UpdateItemStatesThread* m_updateItemStatesThread; |
