From a9ef4bd96a6aa7f4b730bc0b4ff676c56e382507 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 22 Jul 2009 19:26:25 +0000 Subject: show the actions of a revision control plugin in the context menu svn path=/trunk/KDE/kdebase/apps/; revision=1001270 --- src/revisioncontrolobserver.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/revisioncontrolobserver.h') diff --git a/src/revisioncontrolobserver.h b/src/revisioncontrolobserver.h index 7e849c273..2fc21ed59 100644 --- a/src/revisioncontrolobserver.h +++ b/src/revisioncontrolobserver.h @@ -24,13 +24,16 @@ #include #include +#include #include #include #include class DolphinModel; class KDirLister; +class KFileItemList; class QAbstractItemView; +class QAction; class QThread; class QTimer; class UpdateItemStatesThread; @@ -51,6 +54,8 @@ public: RevisionControlObserver(QAbstractItemView* view); virtual ~RevisionControlObserver(); + QList contextMenuActions(const KFileItemList& items) const; + private slots: void delayedDirectoryVerification(); void verifyDirectory(); -- cgit v1.3