From a1e00ab195e879724efb0c03be8c06ddb6799fac Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 30 Aug 2018 10:20:01 +0200 Subject: Fix a few clazy/clang warnings in HeartRate Game example Change-Id: I2a7b8c403ca466998ddcbd8496c31feb9856f0ad Reviewed-by: Timur Pocheptsov --- examples/bluetooth/heartrate-game/deviceinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/bluetooth/heartrate-game/deviceinfo.cpp') diff --git a/examples/bluetooth/heartrate-game/deviceinfo.cpp b/examples/bluetooth/heartrate-game/deviceinfo.cpp index 3925ce66..4ed7f1b1 100644 --- a/examples/bluetooth/heartrate-game/deviceinfo.cpp +++ b/examples/bluetooth/heartrate-game/deviceinfo.cpp @@ -54,7 +54,7 @@ #include DeviceInfo::DeviceInfo(const QBluetoothDeviceInfo &info): - QObject(), m_device(info) + m_device(info) { } -- cgit v1.2.3