summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-02 16:18:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-04 13:41:44 +0200
commitb1bc27b0db23107d721e4f9411861db9b954e670 (patch)
tree0abf720fe3632d19851a3bcbdf06f027bc822199 /src/bluetooth/qbluetoothdeviceinfo.cpp
parente9ae2bc3605345fe1f5ca0acee643b7b449735cd (diff)
Fix BTLE related qdoc errors
Change-Id: Id1a56b0ed050fd9cebee8738351e560b442d748f Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index 1dd100e0..9e6ebaec 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -252,9 +252,9 @@ QT_BEGIN_NAMESPACE
This enum describes the configuration of the device.
\value BaseRateCoreConfiguration The device is a standard Bluetooth device.
- \value BaseRateAndLowEnergyConfiguration The device is a Bluetooth Smart device with support
+ \value BaseRateAndLowEnergyCoreConfiguration The device is a Bluetooth Smart device with support
for standard and Low Energy device.
- \value LowEnergyCoreCOnfiguration The device is a Bluetooth Low Energy device.
+ \value LowEnergyCoreConfiguration The device is a Bluetooth Low Energy device.
*/
QBluetoothDeviceInfoPrivate::QBluetoothDeviceInfoPrivate() :
valid(false),
@@ -517,6 +517,8 @@ QBluetoothDeviceInfo::DataCompleteness QBluetoothDeviceInfo::serviceUuidsComplet
/*!
Sets the CoreConfiguration of the device to a \a coreConfig. This will help to make a difference
between regular and Low Energy devices.
+
+ \sa coreConfiguration()
*/
void QBluetoothDeviceInfo::setCoreConfiguration(const CoreConfiguration &coreConfig)
{
@@ -528,7 +530,8 @@ void QBluetoothDeviceInfo::setCoreConfiguration(const CoreConfiguration &coreCon
/*!
Returns the configuration of the device. If device configuration is not set,
basic rate device configuration will be returned.
- \sa setCoreConfiguration
+
+ \sa setCoreConfiguration()
*/
QBluetoothDeviceInfo::CoreConfiguration QBluetoothDeviceInfo::coreConfiguration() const
{