diff options
| author | Pekka Vuorela <pekka.vuorela@jolla.com> | 2025-05-09 10:27:28 +0300 |
|---|---|---|
| committer | Pekka Vuorela <pekka.vuorela@jolla.com> | 2025-05-09 11:59:43 +0300 |
| commit | 624337714112d2afb2c8553a4f3cccf088accfce (patch) | |
| tree | 1d3f2e091829f363f696016df37e2e7169ba895c /examples/qtmail/qmailcomposer.cpp | |
| parent | 724da420f17b04921af19038297d021aa4e5b104 (diff) | |
Remove trailing whitespace with sed script
Change-Id: Iebfffe7a6d5b2db40f0508ecd7c8ccddfa6665a6
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Diffstat (limited to 'examples/qtmail/qmailcomposer.cpp')
| -rw-r--r-- | examples/qtmail/qmailcomposer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/qtmail/qmailcomposer.cpp b/examples/qtmail/qmailcomposer.cpp index 0f8213f2..35a58c5e 100644 --- a/examples/qtmail/qmailcomposer.cpp +++ b/examples/qtmail/qmailcomposer.cpp @@ -57,7 +57,7 @@ Q_GLOBAL_STATIC(EmailComposerInterface, composerInterface); message to edit, via the \l {QMailComposerInterface::compose()}{compose()} function. A client can query whether the composer object is empty with the \l {QMailComposerInterface::isEmpty()}{isEmpty()} function, and extract the - composed message with the \l {QMailComposerInterface::message()}{message()} function. The current + composed message with the \l {QMailComposerInterface::message()}{message()} function. The current state of composition can be cleared with the \l {QMailComposerInterface::clear()}{clear()} function. The composer object should emit the \l {QMailComposerInterface::changed()}{changed()} signal @@ -194,9 +194,9 @@ QList<QAction*> QMailComposerInterface::actions() const */ /*! - \fn void QMailComposerInterface::compose(QMailMessage::ResponseType type, + \fn void QMailComposerInterface::compose(QMailMessage::ResponseType type, const QMailMessage& source = QMailMessage(), - const QMailMessagePart::Location& sourceLocation = QMailMessagePart::Location(), + const QMailMessagePart::Location& sourceLocation = QMailMessagePart::Location(), QMailMessage::MessageType messageType = QMailMessage::AnyType) Directs the composer to compose a message, of the form required for the response type \a type. @@ -258,7 +258,7 @@ QString QMailComposerInterface::status() const \fn void QMailComposerInterface::statusChanged(const QString &status) Signal that is emitted when the message composition state has changed, to a new - state described by \a status. For example, when transitioning from message body + state described by \a status. For example, when transitioning from message body composition to message details composition in a multi-page composer. \sa status(), cancel(), changed() |
