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
f0aca251
Commit
f0aca251
authored
Oct 02, 2016
by
David Faure
Browse files
KFind: use KIO 5.27's new addPluginActionsTo method.
parent
540d8d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
kfind/kfindtreeview.cpp
View file @
f0aca251
...
...
@@ -575,8 +575,13 @@ void KFindTreeView::contextMenuRequested( const QPoint & p)
KFileItemListProperties
fileProperties
(
fileList
);
menuActions
.
setItemListProperties
(
fileProperties
);
menuActions
.
addOpenWithActionsTo
(
m_contextMenu
);
// Actions
//
'
Actions
' submenu
menuActions
.
addServiceActionsTo
(
m_contextMenu
);
#if KIO_VERSION >= QT_VERSION_CHECK(5, 27, 0)
// Plugins
menuActions
.
addPluginActionsTo
(
m_contextMenu
);
#endif
m_contextMenu
->
addSeparator
();
// Properties
...
...
Write
Preview
Supports
Markdown
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