summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-08-30 12:17:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-31 19:06:17 +0200
commite62753f695215d1a435ccfd0ac2ef975b908a90c (patch)
treec521b98bf2ded18372acdb021607ceabd1664146 /src/bluetooth/qbluetoothdevicediscoveryagent.cpp
parent6801d35523a6d891a79e4a8d4a04fca1c21884ec (diff)
Doc: add landing page for Qt Bluetooth module
Move information from other topics to the landing page. Change-Id: I550dd1e4467e0ec8d60218f25d36e3fa12554488 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@nokia.com> Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index e0e3690e..3b0cd94c 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -58,7 +58,7 @@ QTBLUETOOTH_BEGIN_NAMESPACE
\li and call start().
\endlist
- \snippet ../doc/src/snippets/devicediscovery.cpp Device discovery
+ \snippet ../doc/src/snippets/doc_src_qtbluetooth.cpp discovery
To retrieve results asynchronously, connect to the deviceDiscovered() signal. To get a list of
all discovered devices, call discoveredDevices() after the finished() signal.