Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
f3639838
Commit
f3639838
authored
Jun 20, 2021
by
Laurent Montel
😁
Browse files
Fix debug info
parent
9fde687c
Pipeline
#66788
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/manager.cpp
View file @
f3639838
...
...
@@ -77,7 +77,7 @@ void Manager::registerWidget(Widget *pWidget)
void
Manager
::
unregisterWidget
(
Widget
*
pWidget
)
{
if
(
!
mInstance
)
{
qCWarning
(
MESSAGELIST_LOG
)
<<
(
"ERROR: MessageList::Manager::unregisterWidget() called when Manager::mInstance is
0
"
);
qCWarning
(
MESSAGELIST_LOG
)
<<
(
"ERROR: MessageList::Manager::unregisterWidget() called when Manager::mInstance is
null
"
);
return
;
}
...
...
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