From 8d77bcc5627bceff54b8c0498ff6d083ef3a018e Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 19 Jul 2018 17:14:44 +0200 Subject: Replace 0 with nullptr So if people are using the -Wzero-as-null-pointer-constant don't get a warning when using these private QPA includes Change-Id: I6deb089b17a844680db24998d60c94de7a1227b1 Reviewed-by: David Faure Reviewed-by: Jesus Fernandez --- src/gui/kernel/qinputdevicemanager_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qinputdevicemanager_p.h') diff --git a/src/gui/kernel/qinputdevicemanager_p.h b/src/gui/kernel/qinputdevicemanager_p.h index d73c5526d0..74494d712b 100644 --- a/src/gui/kernel/qinputdevicemanager_p.h +++ b/src/gui/kernel/qinputdevicemanager_p.h @@ -72,7 +72,7 @@ public: DeviceTypeTablet }; - QInputDeviceManager(QObject *parent = 0); + QInputDeviceManager(QObject *parent = nullptr); int deviceCount(DeviceType type) const; -- cgit v1.2.3