summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylanddestroylistener.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-05-25 13:52:07 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-25 15:42:32 +0000
commit69f9c1508f7e0965b599097f616cc8204935c1eb (patch)
treed39b59fd761b165c704593f2216b530b62c56c23 /src/compositor/compositor_api/qwaylanddestroylistener.h
parent51dcf7c46170b272ed7a63f9dfe1169e90041be8 (diff)
Compile with -Wzero-as-null-pointer-constant
Task-number: QTBUG-53619 Change-Id: Idf073287f215113431cad64f85628e010176ab74 Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/compositor/compositor_api/qwaylanddestroylistener.h')
-rw-r--r--src/compositor/compositor_api/qwaylanddestroylistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylanddestroylistener.h b/src/compositor/compositor_api/qwaylanddestroylistener.h
index db172ae0b..580a5c46a 100644
--- a/src/compositor/compositor_api/qwaylanddestroylistener.h
+++ b/src/compositor/compositor_api/qwaylanddestroylistener.h
@@ -52,7 +52,7 @@ class Q_WAYLAND_COMPOSITOR_EXPORT QWaylandDestroyListener : public QObject
Q_OBJECT
Q_DECLARE_PRIVATE(QWaylandDestroyListener)
public:
- QWaylandDestroyListener(QObject *parent = 0);
+ QWaylandDestroyListener(QObject *parent = nullptr);
void listenForDestruction(struct wl_resource *resource);
void reset();