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
4586238b
Commit
4586238b
authored
Mar 23, 2021
by
Laurent Montel
😁
Browse files
Use Q_ASSERT here
parent
3c99a2b7
Pipeline
#55282
passed with stage
in 41 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/viewer/viewer_p.cpp
View file @
4586238b
...
...
@@ -816,7 +816,7 @@ void ViewerPrivate::displayMessage()
void
ViewerPrivate
::
parseContent
(
KMime
::
Content
*
content
)
{
assert
(
content
!=
nullptr
);
Q_ASSERT
(
content
!=
nullptr
);
mNodeHelper
->
removeTempFiles
();
// Check if any part of this message is a v-card
...
...
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