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 Browser Integration
Commits
8341010c
Commit
8341010c
authored
Jan 17, 2021
by
Kai Uwe Broulik
🍇
Browse files
Open KRunner KCM in System Settings
Like we do it these days
parent
e84aa6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
host/settings.cpp
View file @
8341010c
...
...
@@ -194,7 +194,7 @@ void Settings::handleData(const QString &event, const QJsonObject &data)
emit
changed
(
data
);
}
else
if
(
event
==
QLatin1String
(
"openKRunnerSettings"
))
{
QProcess
::
startDetached
(
QStringLiteral
(
"
kcmshell
5"
),
{
QStringLiteral
(
"kcm_plasmasearch"
)});
QProcess
::
startDetached
(
QStringLiteral
(
"
systemsettings
5"
),
{
QStringLiteral
(
"kcm_plasmasearch"
)});
}
else
if
(
event
==
QLatin1String
(
"setEnvironment"
))
{
setEnvironmentFromExtensionMessage
(
data
);
}
...
...
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