We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbf095 commit 0e71a9bCopy full SHA for 0e71a9b
src/lib/abstractpokitservice_p.h
@@ -40,6 +40,8 @@ class QTPOKIT_EXPORT AbstractPokitServicePrivate : public QObject
40
AbstractPokitServicePrivate(const QBluetoothUuid &serviceUuid,
41
QLowEnergyController * controller, AbstractPokitService * const q);
42
43
+ virtual ~AbstractPokitServicePrivate() = default;
44
+
45
bool createServiceObject();
46
QLowEnergyCharacteristic getCharacteristic(const QBluetoothUuid &uuid) const;
47
bool readCharacteristic(const QBluetoothUuid &uuid);
0 commit comments