summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
diff options
context:
space:
mode:
authorveshivas <venugopal.shivashankar@nokia.com>2012-04-24 10:26:20 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-24 11:13:34 +0200
commitcfb9325b37809d68c8d1752a895a06875bb9ff30 (patch)
treee00bba74883621bf91c98b031511626ab2dff6b4 /src/bluetooth/qbluetoothdevicediscoveryagent.cpp
parentef240bfdf1db0d65d6945a83d8c722d44841e206 (diff)
Replaced the deprecated \o qdoc command with \li, and added the missing \endlist command.
Change-Id: I15aae722ffdeae7da38b421d59a509aa868f69aa Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index 1ab6f702..e0e3690e 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -53,9 +53,9 @@ QTBLUETOOTH_BEGIN_NAMESPACE
To discover the nearby Bluetooth devices:
\list
- \o create an instance of QBluetoothDeviceDiscoveryAgent,
- \o connect to either the deviceDiscovered() or finished() signals,
- \o and call start().
+ \li create an instance of QBluetoothDeviceDiscoveryAgent,
+ \li connect to either the deviceDiscovered() or finished() signals,
+ \li and call start().
\endlist
\snippet ../doc/src/snippets/devicediscovery.cpp Device discovery