┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/revisioncontrolplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revisioncontrolplugin.h')
-rw-r--r--src/revisioncontrolplugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/revisioncontrolplugin.h b/src/revisioncontrolplugin.h
index 055464b69..54bd10f03 100644
--- a/src/revisioncontrolplugin.h
+++ b/src/revisioncontrolplugin.h
@@ -93,10 +93,10 @@ public:
/**
* Returns the list of actions that should be shown in the context menu
- * for the files \p items. If an action cannot be applied to the list
- * of files, it is recommended to disable the action instead of removing it
- * from the returned list. If an action triggers a change of the revisions,
- * the signal RevisionControlPlugin::revisionStatesChanged() must be emitted.
+ * for the files \p items. If no files are provided by \p items, the context
+ * menu is valid for the current directory (see RevisionControlPlugin::beginRetrieval()).
+ * If an action triggers a change of the revisions, the signal
+ * RevisionControlPlugin::revisionStatesChanged() must be emitted.
*/
virtual QList<QAction*> contextMenuActions(const KFileItemList& items) const = 0;