summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothsocket.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/qdeclarativebluetoothsocket.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/qdeclarativebluetoothsocket.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
index 4d366042..bf9d1a77 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
@@ -56,7 +56,8 @@
/* ==================== QDeclarativeBluetoothSocket ======================= */
/*!
- \qmlclass BluetoothSocket QDeclarativeBluetoothSocket
+ \qmltype BluetoothSocket
+ \instantiates QDeclarativeBluetoothSocket
\brief Enables you to connect and communicate with a Bluetooth service or device.
\ingroup bluetooth-qml