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
Plasma Workspace
Commits
645eba99
Commit
645eba99
authored
Jan 23, 2022
by
Konrad Materka
Browse files
applets/systemtray: Do not delay menuImporter deletion
BUG: 442463
FIXED-IN: 5.24.0
parent
6721c2ec
Pipeline
#127835
passed with stage
in 7 minutes and 45 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/statusnotifieritemsource.cpp
View file @
645eba99
...
...
@@ -194,7 +194,7 @@ void StatusNotifierItemSource::syncStatus(const QString &status)
void
StatusNotifierItemSource
::
refreshMenu
()
{
if
(
m_menuImporter
)
{
m_menuImporter
->
deleteLater
()
;
delete
m_menuImporter
;
m_menuImporter
=
nullptr
;
}
refresh
();
...
...
dataengines/statusnotifieritem/statusnotifieritemsource.cpp
View file @
645eba99
...
...
@@ -170,7 +170,7 @@ void StatusNotifierItemSource::refreshToolTip()
void
StatusNotifierItemSource
::
refreshMenu
()
{
if
(
m_menuImporter
)
{
m_menuImporter
->
deleteLater
()
;
delete
m_menuImporter
;
m_menuImporter
=
nullptr
;
}
refresh
();
...
...
Konrad Materka
@kmaterka
mentioned in commit
c3a28eb6
·
Jan 23, 2022
mentioned in commit
c3a28eb6
mentioned in commit c3a28eb6b088c37dbe45f332e26773f474cc99a3
Toggle commit list
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