Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
fb483636
Commit
fb483636
authored
Nov 11, 2021
by
Alexander Lohnau
💬
Browse files
Port away from deprecated KFileItemActions::runPreferredApplications overload
parent
bff2ef93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dolphinviewcontainer.cpp
View file @
fb483636
...
...
@@ -660,7 +660,7 @@ void DolphinViewContainer::slotItemsActivated(const KFileItemList& items)
Q_ASSERT
(
items
.
count
()
>=
2
);
KFileItemActions
fileItemActions
(
this
);
fileItemActions
.
runPreferredApplications
(
items
,
QString
()
);
fileItemActions
.
runPreferredApplications
(
items
);
}
void
DolphinViewContainer
::
showItemInfo
(
const
KFileItem
&
item
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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