summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-07-27 17:38:59 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 15:32:39 +0200
commit0fe5da934167585ad7ae0865afac361abf98b885 (patch)
tree2049e550fc5bf38fbad4b500dd40cfd04b1893ac /src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
parent61e05e8d2c8f7fe80022b05bcfefa6f1fa4af356 (diff)
Doc: Changed \qmlclass to \qmltype and added \instantiates
-\qmlclass is now \qmltype -\instantiates is for QML types that are implemented in C++. Change-Id: I2f739bc54785e26ce4d6c0774c10f29dee35805b Reviewed-by: Martin Smith <martin.smith@nokia.com> Reviewed-by: Peter Yard <peter.yard@nokia.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
index 4a844d1d..5c05ae6f 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
@@ -49,7 +49,8 @@
#include "qdeclarativebluetoothservice_p.h"
/*!
- \qmlclass BluetoothDiscoveryModel QDeclarativeBluetoothDiscoveryModel
+ \qmltype BluetoothDiscoveryModel
+ \instantiates QDeclarativeBluetoothDiscoveryModel
\brief Enables you to search for the Bluetooth devices and services in range.
\ingroup bluetooth-qml