diff options
author | Alex Blasche <alexander.blasche@qt.io> | 2019-09-16 14:38:41 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@qt.io> | 2019-09-16 14:54:16 +0200 |
commit | 87617df961fd5e7a1d7c3e3ceba4125ca7090f9e (patch) | |
tree | 48aa8402118f2a7652f3bfb5061f28839db81c40 | |
parent | e264054ca41876bfc954ecb95caaa9e0b9b9dbcd (diff) | |
download | qtconnectivity-87617df961fd5e7a1d7c3e3ceba4125ca7090f9e.tar.gz |
Fix \since version for createCentral()v5.14.0-alpha1
Change-Id: I8d26fc7c4b7a93c4f839683feedd76cfbc1b5979
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
-rw-r--r-- | src/bluetooth/qlowenergycontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller.cpp b/src/bluetooth/qlowenergycontroller.cpp index bd263812..ec140a85 100644 --- a/src/bluetooth/qlowenergycontroller.cpp +++ b/src/bluetooth/qlowenergycontroller.cpp @@ -465,7 +465,7 @@ QLowEnergyController *QLowEnergyController::createCentral(const QBluetoothDevice Note that specifying the local device to be used for the connection is only possible when using BlueZ. All other platforms do not support this feature. - \since 5.13 + \since 5.14 */ QLowEnergyController *QLowEnergyController::createCentral(const QBluetoothAddress &remoteDevice, const QBluetoothAddress &localDevice, |