Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KFind
Commits
0274cb5f
Verified
Commit
0274cb5f
authored
Apr 24, 2021
by
Alexander Lohnau
💬
Browse files
Port deprecated KFileItemActions methods
parent
312e4a11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kfindtreeview.cpp
View file @
0274cb5f
...
...
@@ -590,9 +590,7 @@ void KFindTreeView::contextMenuRequested(const QPoint &p)
menuActions
.
setItemListProperties
(
fileProperties
);
menuActions
.
addOpenWithActionsTo
(
m_contextMenu
);
// 'Actions' submenu
menuActions
.
addServiceActionsTo
(
m_contextMenu
);
// Plugins
menuActions
.
addPluginActionsTo
(
m_contextMenu
);
menuActions
.
addActionsTo
(
m_contextMenu
);
m_contextMenu
->
addSeparator
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment