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
libksysguard
Commits
c7a5312b
Commit
c7a5312b
authored
Dec 10, 2020
by
Laurent Montel
Browse files
operator+/- is disabled for QFlags in qt6
parent
46df30d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
processui/ksysguardprocesslist.cpp
View file @
c7a5312b
...
...
@@ -217,7 +217,7 @@ struct KSysGuardProcessListPrivate {
terminate
->
setShortcut
(
Qt
::
Key_Delete
);
kill
=
new
QAction
(
i18np
(
"Forcibly Kill Process"
,
"Forcibly Kill Processes"
,
1
),
q
);
kill
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"process-stop"
)));
kill
->
setShortcut
(
Qt
::
SHIFT
+
Qt
::
Key_Delete
);
kill
->
setShortcut
(
Qt
::
SHIFT
|
Qt
::
Key_Delete
);
sigStop
=
new
QAction
(
i18n
(
"Suspend (STOP)"
),
q
);
sigCont
=
new
QAction
(
i18n
(
"Continue (CONT)"
),
q
);
...
...
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