File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,17 @@ QList<QAction*> VersionControlObserver::actions(const KFileItemList& items) cons
109
109
return {};
110
110
}
111
111
112
- if (isVersionControlled ()) {
113
- return m_plugin->versionControlActions (items);
114
- } else {
115
- QList<QAction*> actions;
116
- for (const QPointer<KVersionControlPlugin> &plugin : qAsConst (m_plugins)) {
117
- actions << plugin->outOfVersionControlActions (items);
118
- }
119
- return actions;
120
- }
112
+ return {};
113
+
114
+ // if (isVersionControlled()) {
115
+ // return m_plugin->versionControlActions(items);
116
+ // } else {
117
+ // QList<QAction*> actions;
118
+ // for (const QPointer<KVersionControlPlugin> &plugin : qAsConst(m_plugins)) {
119
+ // actions << plugin->outOfVersionControlActions(items);
120
+ // }
121
+ // return actions;
122
+ // }
121
123
}
122
124
123
125
void VersionControlObserver::delayedDirectoryVerification ()
You can’t perform that action at this time.
0 commit comments