diff options
| author | Pekka Vuorela <pvuorela@iki.fi> | 2025-12-05 11:18:23 +0200 |
|---|---|---|
| committer | Pekka Vuorela <pvuorela@iki.fi> | 2025-12-05 12:37:19 +0200 |
| commit | d3cc588c0e8290ad22e7cc07e50702524c95c967 (patch) | |
| tree | 8c92030658a07c6b2a1bdfc3b8cbed51259fb2cd /examples/qtmail/emailcomposer.h | |
| parent | 8313f48cfdaa543ec581229404130b3c2be5a616 (diff) | |
Adjust again some smaller code details
- Wrap some overly long lines
- Honor coding conventions better here and there
- Use nullptr more instead of '0'
- Switch remaining cases of Q_DECL_OVERRIDE and Q_NULLPTR to standard
keywords.
- Removed some unnecessary #includes
- etc.
Change-Id: Ia9a01807da88298a6c1c1bbb22c854743ed19429
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Diffstat (limited to 'examples/qtmail/emailcomposer.h')
| -rw-r--r-- | examples/qtmail/emailcomposer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtmail/emailcomposer.h b/examples/qtmail/emailcomposer.h index f8ea28e3..21b17c3c 100644 --- a/examples/qtmail/emailcomposer.h +++ b/examples/qtmail/emailcomposer.h @@ -57,7 +57,7 @@ class EmailComposerInterface : public QMailComposerInterface Q_OBJECT public: - EmailComposerInterface( QWidget *parent = Q_NULLPTR ); + EmailComposerInterface( QWidget *parent = nullptr ); virtual ~EmailComposerInterface(); bool isEmpty() const; |
