summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergydescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergydescriptor.h')
-rw-r--r--src/bluetooth/qlowenergydescriptor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergydescriptor.h b/src/bluetooth/qlowenergydescriptor.h
index d721b8fc..24aaf534 100644
--- a/src/bluetooth/qlowenergydescriptor.h
+++ b/src/bluetooth/qlowenergydescriptor.h
@@ -62,6 +62,8 @@ public:
~QLowEnergyDescriptor();
QLowEnergyDescriptor &operator=(const QLowEnergyDescriptor &other);
+ bool operator==(const QLowEnergyDescriptor &other) const;
+ bool operator!=(const QLowEnergyDescriptor &other) const;
bool isValid() const;