From 5514cae34d9b3ed8a374778e00ffe3b5682e0a0c Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 10 Oct 2013 12:25:55 +0200 Subject: Fix Bluetooth doc errors. Change-Id: I2ed67e0989eb8fe2c2c63def2654c6db2805c94a Reviewed-by: Fabian Bumberger Reviewed-by: Alex Blasche --- src/imports/bluetooth/qdeclarativebluetoothsocket.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/imports') diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp index c94807a4..449e578a 100644 --- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp +++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp @@ -313,13 +313,11 @@ void QDeclarativeBluetoothSocket::socket_readyRead() /*! \qmlproperty string BluetoothSocket::stringData - This property receives or sends data to remote Bluetooth device. Arrival of - data is signaled by the dataAvailable signal and can be read by - stringData. Calling sendStringData will transmit the string. + This property receives or sends data to a remote Bluetooth device. Arrival of + data can be detected by connecting to this properties changed signal and can be read via + stringData. Setting stringData will transmit the string. If excessive amounts of data are sent, the function may block sending. Reading will never block. - \sa dataAvailable - \sa sendStringData */ QString QDeclarativeBluetoothSocket::stringData() @@ -339,8 +337,6 @@ QString QDeclarativeBluetoothSocket::stringData() /*! This method transmits the string data passed with "data" to the remote device. If excessive amounts of data are sent, the function may block sending. - \sa dataAvailable - \sa stringData */ void QDeclarativeBluetoothSocket::sendStringData(const QString &data) -- cgit v1.2.3