diff options
| author | Peter Penz <[email protected]> | 2009-07-23 06:28:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-23 06:28:28 +0000 |
| commit | 47d50032839e70f847adc1cc0de784f001936954 (patch) | |
| tree | e898fc215932aba8fff7c9cb4f077a546b1b0e1d /src/revisioncontrolobserver.h | |
| parent | fddd17030cf1da66415aad51e31575d2a1e2dda0 (diff) | |
The revision control plugin must be aware on which directory the context-menu-actions should get applied. Relying on the directory that has been used in beginRetrieval() does not work when having a treeview.
svn path=/trunk/KDE/kdebase/apps/; revision=1001388
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 2fc21ed59..27c7a27a0 100644 --- a/src/revisioncontrolobserver.h +++ b/src/revisioncontrolobserver.h @@ -55,6 +55,7 @@ public: virtual ~RevisionControlObserver(); QList<QAction*> contextMenuActions(const KFileItemList& items) const; + QList<QAction*> contextMenuActions(const QString& directory) const; private slots: void delayedDirectoryVerification(); |
