diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2020-10-05 09:44:19 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2020-10-05 14:01:34 +0200 |
commit | 05b3e8aa0fe8f1e6234cfe64211979e74106c084 (patch) | |
tree | f6bdbc254218e2be48aadba1d5ea31617acd2c7d /src/bluetooth/qlowenergycontroller_bluez.cpp | |
parent | d3a8127ca22237e1091da169641499189ca5f8c6 (diff) | |
download | qtconnectivity-05b3e8aa0fe8f1e6234cfe64211979e74106c084.tar.gz |
Catchup with changes in qtbase
The bluez related dbus files need a complete regeneration later on.
This patch covers the bare minimum to keep qtconnectivity compiling.
Change-Id: I19a7a2f9c5ad03be577a6c2bceedbc0b5b9e47bd
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_bluez.cpp')
-rw-r--r-- | src/bluetooth/qlowenergycontroller_bluez.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller_bluez.cpp b/src/bluetooth/qlowenergycontroller_bluez.cpp index 06d5e7ff..df490c1a 100644 --- a/src/bluetooth/qlowenergycontroller_bluez.cpp +++ b/src/bluetooth/qlowenergycontroller_bluez.cpp @@ -333,7 +333,6 @@ void QLowEnergyControllerPrivateBluez::init() requestTimer->setInterval(gattRequestTimeout); connect(requestTimer, &QTimer::timeout, this, &QLowEnergyControllerPrivateBluez::handleGattRequestTimeout); - qRegisterMetaTypeStreamOperators<QBluetoothUuid>(); } } } |