diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 44915f6c0..ea92ae853 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -55,6 +55,7 @@ class KActionCollection; class KDirLister; class KUrl; class KToggleAction; +class RevisionControlObserver; class ToolTipManager; class QModelIndex; class ViewProperties; @@ -325,6 +326,12 @@ public: QString statusBarText() const; /** + * Returns the revision control actions that are provided for the items \p items. + * Usually the actions are presented in the context menu. + */ + QList<QAction*> revisionControlActions(const KFileItemList& items) const; + + /** * Updates the state of the 'Additional Information' actions in \a collection. */ void updateAdditionalInfoActions(KActionCollection* collection); @@ -809,6 +816,8 @@ private: KFilePreviewGenerator* m_previewGenerator; ToolTipManager* m_toolTipManager; + RevisionControlObserver* m_revisionControlObserver; + KUrl m_rootUrl; KUrl m_activeItemUrl; KUrl m_createdItemUrl; // URL for a new item that got created by the "Create New..." menu |
