- bool containsEntry(const KMenu* menu,
- const QString& entryName) const;
+ void addServiceActions(KFileItemActions& fileItemActions);
+
+ /**
+ * Adds actions that are provided by a KVersionControlPlugin.
+ */
+ void addVersionControlPluginActions();
+
+ /**
+ * Adds custom actions e.g. like the "[x] Expandable Folders"-action
+ * provided in the details view.
+ */
+ void addCustomActions();