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 Desktop
Commits
93d62b9c
Commit
93d62b9c
authored
Sep 25, 2020
by
Niccolò Venerandi
Browse files
Revert "Revert "[kcms/activities] Use correct method to set active global shortcut""
This reverts commit
d0384576
.
parent
d0384576
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/activities/imports/dialog.cpp
View file @
93d62b9c
...
...
@@ -290,8 +290,7 @@ void Dialog::saveChanges(const QString &activityId)
action
.
setProperty
(
"isConfigurationAction"
,
true
);
action
.
setProperty
(
"componentName"
,
QStringLiteral
(
"ActivityManager"
));
action
.
setObjectName
(
QStringLiteral
(
"switch-to-activity-"
)
+
activityId
);
KGlobalAccel
::
self
()
->
removeAllShortcuts
(
&
action
);
KGlobalAccel
::
self
()
->
setGlobalShortcut
(
&
action
,
activityShortcut
());
KGlobalAccel
::
self
()
->
setShortcut
(
&
action
,
{
activityShortcut
()},
KGlobalAccel
::
NoAutoloading
);
// is private?
d
->
features
->
SetValue
(
QStringLiteral
(
"org.kde.ActivityManager.Resources.Scoring/isOTR/"
)
...
...
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