summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycharacteristicinfo_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergycharacteristicinfo_p.h')
-rw-r--r--src/bluetooth/qlowenergycharacteristicinfo_p.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bluetooth/qlowenergycharacteristicinfo_p.h b/src/bluetooth/qlowenergycharacteristicinfo_p.h
index 0a0891c1..379ca5d4 100644
--- a/src/bluetooth/qlowenergycharacteristicinfo_p.h
+++ b/src/bluetooth/qlowenergycharacteristicinfo_p.h
@@ -66,7 +66,6 @@ class QLowEnergyCharacteristicInfo;
class QLowEnergyCharacteristicInfoPrivate: public QObject
{
Q_OBJECT
- Q_DECLARE_PUBLIC(QLowEnergyCharacteristicInfo)
public:
QLowEnergyCharacteristicInfoPrivate();
~QLowEnergyCharacteristicInfoPrivate();
@@ -74,7 +73,7 @@ public:
void setValue(const QByteArray &wantedValue);
void readValue();
bool valid();
- void enableNotification();
+ bool enableNotification();
void disableNotification();
void readDescriptors();
@@ -113,9 +112,6 @@ private:
bool m_signalConnected;
#endif
-
-protected:
- QLowEnergyCharacteristicInfo *q_ptr;
};
QT_END_NAMESPACE