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
Utilities
Kate
Commits
b11ba86c
Commit
b11ba86c
authored
Aug 01, 2022
by
Pablo Rauzy
Committed by
Christoph Cullmann
Aug 14, 2022
Browse files
mark QKeyEvent argument of KeyCombination constructor as const
parent
191ac17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/keyboardmacros/keyboardmacrosplugin.h
View file @
b11ba86c
...
...
@@ -23,7 +23,7 @@ private:
QString
text
;
public:
KeyCombination
(
QKeyEvent
*
keyEvent
)
KeyCombination
(
const
QKeyEvent
*
keyEvent
)
:
key
(
keyEvent
->
key
())
,
modifiers
(
keyEvent
->
modifiers
())
,
text
(
keyEvent
->
text
()){};
...
...
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