Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
dd57ef30
Commit
dd57ef30
authored
Oct 16, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 427792 - Crash on exit
FIXED-IN: 5.15.3 BUG: 427792
parent
6e5baafc
Pipeline
#37839
failed with stage
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
messagelist/src/core/manager.cpp
messagelist/src/core/manager.cpp
+5
-0
No files found.
messagelist/src/core/manager.cpp
View file @
dd57ef30
...
...
@@ -55,6 +55,11 @@ Manager::Manager()
Manager
::~
Manager
()
{
disconnect
(
MessageListSettings
::
self
(),
&
MessageListSettings
::
configChanged
,
this
,
&
Manager
::
reloadGlobalConfiguration
);
disconnect
(
MessageCore
::
MessageCoreSettings
::
self
(),
&
MessageCore
::
MessageCoreSettings
::
configChanged
,
this
,
&
Manager
::
reloadGlobalConfiguration
);
saveConfiguration
();
removeAllAggregations
();
removeAllThemes
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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