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
1e69bb66
Commit
1e69bb66
authored
Sep 20, 2022
by
Christoph Cullmann
🍨
Browse files
avoid crash on application exit
parent
aed3e34d
Pipeline
#235031
passed with stage
in 6 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/konsole/kateconsole.cpp
View file @
1e69bb66
...
...
@@ -173,6 +173,9 @@ KateConsole::KateConsole(KateKonsolePlugin *plugin, KTextEditor::MainWindow *mw,
KateConsole
::~
KateConsole
()
{
// we unplug our actions below, avoid that we trigger their usage
disconnect
(
qApp
,
&
QApplication
::
focusChanged
,
this
,
&
KateConsole
::
focusChanged
);
m_mw
->
guiFactory
()
->
removeClient
(
this
);
if
(
m_part
)
{
disconnect
(
m_part
,
&
KParts
::
ReadOnlyPart
::
destroyed
,
this
,
&
KateConsole
::
slotDestroyed
);
...
...
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