summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_winrt_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-10-27 13:16:15 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-11-03 13:09:06 +0000
commit37ef963092460be6cf51dda81bffcd068a875165 (patch)
treeee5ba3e348ae2a3a4b1b04e82afd0dde87cdee22 /src/bluetooth/qlowenergycontroller_winrt_p.h
parent6772b20c3adb422a1e4557274300bed39e33018b (diff)
Various cleanups following the recent QLEControllerPrivate header splits
Change-Id: Ia98a7a16c3e1e478d1c6e30d9e70dc703c1fe091 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_winrt_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_winrt_p.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/bluetooth/qlowenergycontroller_winrt_p.h b/src/bluetooth/qlowenergycontroller_winrt_p.h
index 33e3e3ff..f0625bcb 100644
--- a/src/bluetooth/qlowenergycontroller_winrt_p.h
+++ b/src/bluetooth/qlowenergycontroller_winrt_p.h
@@ -120,21 +120,6 @@ public:
QLowEnergyHandle lastLocalHandle;
- struct Attribute {
- Attribute() : handle(0) {}
-
- QLowEnergyHandle handle;
- QLowEnergyHandle groupEndHandle;
- QLowEnergyCharacteristic::PropertyTypes properties;
- QBluetooth::AttAccessConstraints readConstraints;
- QBluetooth::AttAccessConstraints writeConstraints;
- QBluetoothUuid type;
- QByteArray value;
- int minLength;
- int maxLength;
- };
- QVector<Attribute> localAttributes;
-
private slots:
void characteristicChanged(int charHandle, const QByteArray &data);
@@ -165,8 +150,6 @@ private:
};
-Q_DECLARE_TYPEINFO(QLowEnergyControllerPrivateWinRT::Attribute, Q_MOVABLE_TYPE);
-
QT_END_NAMESPACE
#endif // QLOWENERGYCONTROLLERPRIVATEWINRT_P_H