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
Plasma
Plasma Workspace
Commits
090e27b0
Commit
090e27b0
authored
Jun 12, 2020
by
Alexander Lohnau
💬
Browse files
Fix actions for application search results
parent
d75bff14
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kicker/plugin/runnermatchesmodel.cpp
View file @
090e27b0
...
...
@@ -185,7 +185,7 @@ bool RunnerMatchesModel::trigger(int row, const QString &actionId, const QVarian
QObject
*
appletInterface
=
static_cast
<
RunnerModel
*>
(
parent
())
->
appletInterface
();
const
KService
::
Ptr
service
=
KService
::
serviceByStorageId
(
match
.
data
().
to
String
(
));
const
KService
::
Ptr
service
=
KService
::
serviceByStorageId
(
match
.
data
().
to
Url
().
toString
(
QUrl
::
RemoveScheme
));
if
(
Kicker
::
handleAddLauncherAction
(
actionId
,
appletInterface
,
service
))
{
return
true
;
...
...
Nate Graham
@ngraham
mentioned in merge request
!61 (merged)
·
Jun 12, 2020
mentioned in merge request
!61 (merged)
mentioned in merge request !61
Toggle commit list
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