diff options
| author | Peter Penz <[email protected]> | 2009-07-22 07:07:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-22 07:07:43 +0000 |
| commit | ebf78d6ac26467560e66beeb106d0650aafd60f3 (patch) | |
| tree | d314cc3d95e7ae933109935023479c8907b81f99 /src/revisioncontrolobserver.h | |
| parent | c92c5cada0bb687d29f4af1eb1230f28cc2bdf6c (diff) | |
- Documentation updates.
- Allow the revision plugin to emit a signal which indicates a changed revision state.
- Update the revision state if the state of file items has been changed.
- Check also the content of a file if the size of a local and revisioned file is equal.
svn path=/trunk/KDE/kdebase/apps/; revision=1000831
Diffstat (limited to 'src/revisioncontrolobserver.h')
| -rw-r--r-- | src/revisioncontrolobserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revisioncontrolobserver.h b/src/revisioncontrolobserver.h index c5cf9bb0d..7e849c273 100644 --- a/src/revisioncontrolobserver.h +++ b/src/revisioncontrolobserver.h @@ -68,6 +68,7 @@ private: }; bool m_pendingItemStatesUpdate; + bool m_revisionedDirectory; QAbstractItemView* m_view; KDirLister* m_dirLister; |
