From 47d50032839e70f847adc1cc0de784f001936954 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 23 Jul 2009 06:28:28 +0000 Subject: 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 --- src/revisioncontrolobserver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/revisioncontrolobserver.h') 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 contextMenuActions(const KFileItemList& items) const; + QList contextMenuActions(const QString& directory) const; private slots: void delayedDirectoryVerification(); -- cgit v1.3