summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/deviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/deviceinfo.h')
-rw-r--r--examples/bluetooth/lowenergyscanner/deviceinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/lowenergyscanner/deviceinfo.h b/examples/bluetooth/lowenergyscanner/deviceinfo.h
index 9d4116b4..383ecfac 100644
--- a/examples/bluetooth/lowenergyscanner/deviceinfo.h
+++ b/examples/bluetooth/lowenergyscanner/deviceinfo.h
@@ -55,8 +55,8 @@ class DeviceInfo: public QObject
public:
DeviceInfo();
DeviceInfo(const QBluetoothDeviceInfo &d);
- QString getAddress();
- QString getName();
+ QString getAddress() const;
+ QString getName() const;
QBluetoothDeviceInfo getDevice();
void setDevice(const QBluetoothDeviceInfo &dev);