summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 15:52:01 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-06 00:46:19 +0100
commit940737ffe73114d2983d69f1e1e1a518c4abb2ab (patch)
tree60abc9f6fc31bdf2f199f269a6fe1409f6c90d4e /src/bluetooth/qbluetoothdeviceinfo.cpp
parent5e8cec811c586854a828b23e15885a1ebfed8bcc (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I40e6d40c8ca9b5e7b98a16aab3fac57ec84be63d Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index c2304748..c2b9a095 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -274,11 +274,11 @@ QBluetoothDeviceInfo::QBluetoothDeviceInfo()
The \a classOfDevice parameter is encoded in the following format
\table
- \header \o Bits \o Size \o Description
- \row \o 0 - 1 \o 2 \o Unused, set to 0.
- \row \o 2 - 7 \o 6 \o Minor device class.
- \row \o 8 - 12 \o 5 \o Major device class.
- \row \o 13 - 23 \o 11 \o Service class.
+ \header \li Bits \li Size \li Description
+ \row \li 0 - 1 \li 2 \li Unused, set to 0.
+ \row \li 2 - 7 \li 6 \li Minor device class.
+ \row \li 8 - 12 \li 5 \li Major device class.
+ \row \li 13 - 23 \li 11 \li Service class.
\endtable
*/
QBluetoothDeviceInfo::QBluetoothDeviceInfo(const QBluetoothAddress &address, const QString &name, quint32 classOfDevice)