┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/versioncontrol/kversioncontrolplugin.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2020-12-08 23:09:52 +0100
committerElvis Angelaccio <[email protected]>2020-12-27 17:18:40 +0000
commitf6a465c9116eee978094b1928de5b4cb2cc59eae (patch)
tree6810d0f71cbf0a15996bead281afdf8db6f94b15 /src/views/versioncontrol/kversioncontrolplugin.h
parentc1739d5c4d55401a03462467ed446763924be844 (diff)
Review feedback
Diffstat (limited to 'src/views/versioncontrol/kversioncontrolplugin.h')
-rw-r--r--src/views/versioncontrol/kversioncontrolplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/versioncontrol/kversioncontrolplugin.h b/src/views/versioncontrol/kversioncontrolplugin.h
index a8894ac17..aeac5ad29 100644
--- a/src/views/versioncontrol/kversioncontrolplugin.h
+++ b/src/views/versioncontrol/kversioncontrolplugin.h
@@ -183,6 +183,7 @@ public:
* @return List of actions that are available for the out of version control
* items \p items. It's opposed to the \p versionedActions. Common usage
* is for clone/checkout actions.
+ * @since 21.04
*/
virtual QList<QAction*> outOfVersionControlActions(const KFileItemList& items) const = 0;