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
KDE PIM Add-ons
Commits
e83fffbe
Commit
e83fffbe
authored
Aug 15, 2021
by
Laurent Montel
😁
Browse files
Add qWarning here
parent
3e05905b
Pipeline
#75125
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.cpp
View file @
e83fffbe
...
...
@@ -56,6 +56,8 @@ Akonadi::Item::List ConfirmBeforeDeletingInterface::exec(const Akonadi::Item::Li
lst
.
clear
();
delete
dlg
;
break
;
}
else
{
qWarning
()
<<
" StandardButton is invalid "
<<
button
<<
" .It's a bug!"
;
}
}
else
{
lst
<<
item
;
...
...
Write
Preview
Supports
Markdown
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