diff options
author | Chris Adams <[email protected]> | 2018-07-13 16:31:31 +1000 |
---|---|---|
committer | Christopher Adams <[email protected]> | 2018-07-19 01:03:26 +0000 |
commit | 7f21dc3ef4f7bed203357e13ee75013d67e151b4 (patch) | |
tree | 1025cddba3fc6a594d00dc94d59e8eda5c1b6848 /examples/qtmail/emailclient.cpp | |
parent | 7e2579c1fbfc077f3d95eceed5c79236752acb87 (diff) |
Compile with GCC 6 -Werror=zero-as-null-pointer-constant
Change-Id: I67eb29e13c5e643ee2f58a0696400e085999c01c
Reviewed-by: Matthew Vogt <[email protected]>
Diffstat (limited to 'examples/qtmail/emailclient.cpp')
-rw-r--r-- | examples/qtmail/emailclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtmail/emailclient.cpp b/examples/qtmail/emailclient.cpp index 6c755744..e104fffb 100644 --- a/examples/qtmail/emailclient.cpp +++ b/examples/qtmail/emailclient.cpp @@ -88,7 +88,7 @@ class ActivityIcon : public QLabel Q_OBJECT public: - ActivityIcon(QWidget* parent = 0); + ActivityIcon(QWidget* parent = Q_NULLPTR); private slots: void itemChanged(StatusItem* item); |