summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-08-30 10:20:01 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-09-05 06:53:19 +0000
commita1e00ab195e879724efb0c03be8c06ddb6799fac (patch)
tree786861bfed6350d4ecdc7e1c72713fc02295c732 /examples/bluetooth/heartrate-game/bluetoothbaseclass.h
parent68475e563d8a19f521278703a3e98c7664d6bbbc (diff)
Fix a few clazy/clang warnings in HeartRate Game example
Change-Id: I2a7b8c403ca466998ddcbd8496c31feb9856f0ad Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'examples/bluetooth/heartrate-game/bluetoothbaseclass.h')
-rw-r--r--examples/bluetooth/heartrate-game/bluetoothbaseclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartrate-game/bluetoothbaseclass.h b/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
index 74fe4576..5a043b3d 100644
--- a/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
+++ b/examples/bluetooth/heartrate-game/bluetoothbaseclass.h
@@ -60,7 +60,7 @@ class BluetoothBaseClass : public QObject
Q_PROPERTY(QString info READ info WRITE setInfo NOTIFY infoChanged)
public:
- explicit BluetoothBaseClass(QObject *parent = 0);
+ explicit BluetoothBaseClass(QObject *parent = nullptr);
QString error() const;
void setError(const QString& error);