summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartlistener/deviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartlistener/deviceinfo.h')
-rw-r--r--examples/bluetooth/heartlistener/deviceinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/heartlistener/deviceinfo.h b/examples/bluetooth/heartlistener/deviceinfo.h
index a80f723b..af14547d 100644
--- a/examples/bluetooth/heartlistener/deviceinfo.h
+++ b/examples/bluetooth/heartlistener/deviceinfo.h
@@ -56,7 +56,7 @@ public:
DeviceInfo(const QBluetoothDeviceInfo &device);
void setDevice(const QBluetoothDeviceInfo &device);
QString getName() const { return m_device.name(); }
- QString getAddress() const { return m_device.address().toString(); }
+ QString getAddress() const;
QBluetoothDeviceInfo getDevice() const;
signals: