Remove some warnings about unused return values.

Authored by gjditchfield on Oct 24 2019, 7:45 PM.

Description

Remove some warnings about unused return values.

Summary:
RichTextComposerSignatures::replaceSignature(),
AttachmentModel::addAttachment(), and Item::appendChildItem() are called
for their side effects, and their returned values are not error indicators,
so there's no need to check them.

Reviewers: mlaurent

Reviewed By: mlaurent

Subscribers: mlaurent, kde-pim

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D24709

Details

Committed
gjditchfieldOct 27 2019, 4:25 PM
Reviewer
mlaurent
Differential Revision
D24709: Remove some warnings about unused return values.
Parents
R94:cd1aeb4244d3: Fix typo
Branches
Unknown
Tags
Unknown