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
f8e458e3
Commit
f8e458e3
authored
Aug 05, 2022
by
Pablo Rauzy
Committed by
Christoph Cullmann
Aug 14, 2022
Browse files
making m_focusWidget a QPointer
parent
3dccba10
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/keyboardmacros/keyboardmacrosplugin.h
View file @
f8e458e3
...
...
@@ -10,6 +10,7 @@
#include
<QList>
#include
<QMap>
#include
<QObject>
#include
<QPointer>
#include
<QString>
#include
<QVariant>
#include
<QVariantMap>
...
...
@@ -49,7 +50,7 @@ public:
private:
KTextEditor
::
MainWindow
*
m_mainWindow
=
nullptr
;
QWidget
*
m_focusWidget
=
nullptr
;
QPointer
<
QWidget
>
m_focusWidget
;
KeyboardMacrosPluginCommands
*
m_commands
;
...
...
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