summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-11 14:48:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-14 09:30:17 +0200
commitf50cf1de802b42bf632ed85b2da5072786a56fcb (patch)
treeef9a86c26cc3a3e1d528a97fe7b93ec6db6fca75 /src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
parent87debe438c3655081f2b56bceea1ca7b045e28a5 (diff)
QtBluetooth QML API starts with 5.2.
5.0 remains as silent import though. Change-Id: I06c839a1224dc0d8b019bd99e354245f829ae750 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothsocket.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
index 449e578a..ea9d9e6e 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
@@ -55,14 +55,13 @@
\qmltype BluetoothSocket
\instantiates QDeclarativeBluetoothSocket
\inqmlmodule QtBluetooth
+ \since 5.2
\brief Enables you to connect and communicate with a Bluetooth service or
device.
\sa QBluetoothSocket
\sa QDataStream
- The BluetoothSocket type was introduced in \b{QtBluetooth 5.0}.
-
It allows a QML class connect to another Bluetooth device and exchange strings
with it. Data is sent and received using a QDataStream object allowing type
safe transfers of QStrings. QDataStream is a well known format and can be