summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/serviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/serviceinfo.h')
-rw-r--r--examples/bluetooth/lowenergyscanner/serviceinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/lowenergyscanner/serviceinfo.h b/examples/bluetooth/lowenergyscanner/serviceinfo.h
index 7605119f..56140e4c 100644
--- a/examples/bluetooth/lowenergyscanner/serviceinfo.h
+++ b/examples/bluetooth/lowenergyscanner/serviceinfo.h
@@ -53,8 +53,8 @@ public:
ServiceInfo();
ServiceInfo(const QLowEnergyServiceInfo &service);
QLowEnergyServiceInfo getLeService() const;
- QString getUuid();
- QString getName();
+ QString getUuid() const;
+ QString getName() const;
Q_SIGNALS:
void serviceChanged();