summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-26 10:46:13 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-26 11:06:36 +0200
commit4882d6997efeb9b9e0bff109a9f3e6c37a77cc82 (patch)
tree9389554bcb9544c0c98341a34c11bb59c511777a
parentc17fb515573fc4073d2832869e0042a758770666 (diff)
Add \since to all Qt Bluetooth classes which didn't have the tag yet
Change-Id: I50d818294cb53962bca2b08edbfdc4558890777c Task-number: QTBUG-36775 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/bluetooth/qbluetooth.cpp1
-rw-r--r--src/bluetooth/qbluetoothaddress.cpp1
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp2
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp2
-rw-r--r--src/bluetooth/qbluetoothhostinfo.cpp2
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp2
-rw-r--r--src/bluetooth/qbluetoothserver.cpp2
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.cpp2
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.cpp5
-rw-r--r--src/bluetooth/qbluetoothsocket.cpp2
-rw-r--r--src/bluetooth/qbluetoothtransfermanager.cpp2
-rw-r--r--src/bluetooth/qbluetoothtransferreply.cpp2
-rw-r--r--src/bluetooth/qbluetoothtransferrequest.cpp2
-rw-r--r--src/bluetooth/qbluetoothuuid.cpp1
14 files changed, 28 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 855d6f02..d418adc1 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -43,6 +43,7 @@ namespace QBluetooth {
\brief The QBluetooth namespace provides classes and functions related to
Bluetooth.
+ \since 5.2
*/
/*!
diff --git a/src/bluetooth/qbluetoothaddress.cpp b/src/bluetooth/qbluetoothaddress.cpp
index 00a057fc..53ac7881 100644
--- a/src/bluetooth/qbluetoothaddress.cpp
+++ b/src/bluetooth/qbluetoothaddress.cpp
@@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtBluetooth
\brief The QBluetoothAddress class assigns an address to the Bluetooth
device.
+ \since 5.2
This class holds a Bluetooth address in a platform- and protocol-independent manner.
*/
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index 16d74aff..b92e9c72 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -43,6 +43,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothDeviceDiscoveryAgent class discovers the Bluetooth
devices nearby.
+ \since 5.2
+
To discover the nearby Bluetooth devices:
\list
\li create an instance of QBluetoothDeviceDiscoveryAgent,
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index 6aa58a07..ffb03c27 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -42,6 +42,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothDeviceInfo class stores information about the Bluetooth
device.
+ \since 5.2
+
QBluetoothDeviceInfo provides information about a Bluetooth device's name, address and class of device.
*/
diff --git a/src/bluetooth/qbluetoothhostinfo.cpp b/src/bluetooth/qbluetoothhostinfo.cpp
index cf720021..cbabcb5e 100644
--- a/src/bluetooth/qbluetoothhostinfo.cpp
+++ b/src/bluetooth/qbluetoothhostinfo.cpp
@@ -42,6 +42,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothHostInfo class encapsulates the details of a local
QBluetooth device.
+ \since 5.2
+
This class holds the name and address of a local Bluetooth device.
*/
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index fa700c6a..4f80b439 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -45,6 +45,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothLocalDevice class enables access to the local Bluetooth
device.
+ \since 5.2
+
QBluetoothLocalDevice provides functions for getting and setting the state of local Bluetooth
devices.
*/
diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp
index 34108a91..3001a00b 100644
--- a/src/bluetooth/qbluetoothserver.cpp
+++ b/src/bluetooth/qbluetoothserver.cpp
@@ -45,6 +45,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothServer class uses the RFCOMM or L2cap protocol to communicate with
a Bluetooth device.
+ \since 5.2
+
QBluetoothServer is used to implement Bluetooth services over RFCOMM or L2cap.
Start listening for incoming connections with listen(). Wait till the newConnection() signal
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.cpp b/src/bluetooth/qbluetoothservicediscoveryagent.cpp
index 57c7c2b3..9d219bc4 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.cpp
@@ -46,6 +46,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothServiceDiscoveryAgent class enables you to query for
Bluetooth services.
+ \since 5.2
+
The discovery process relies on the Bluetooth Service Discovery Process (SDP).
The following steps are required to query the services provided by all contactable
Bluetooth devices:
diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp
index 9c2f1ed1..f0926d9c 100644
--- a/src/bluetooth/qbluetoothserviceinfo.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo.cpp
@@ -44,6 +44,8 @@ QT_BEGIN_NAMESPACE
\brief The Sequence class stores attributes of a Bluetooth Data Element
Sequence.
+ \since 5.2
+
*/
/*!
@@ -64,6 +66,7 @@ QT_BEGIN_NAMESPACE
\brief The Alternative class stores attributes of a Bluetooth Data Element
Alternative.
+ \since 5.2
*/
/*!
@@ -84,6 +87,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothServiceInfo class enables access to the attributes of a
Bluetooth service.
+ \since 5.2
+
QBluetoothServiceInfo provides information about a service offered by a Bluetooth device.
In addition it can be used to register new services on the local device. Note that such
a registration only affects the Bluetooth SDP entries. Any server listening
diff --git a/src/bluetooth/qbluetoothsocket.cpp b/src/bluetooth/qbluetoothsocket.cpp
index 8f6309d4..f1e5568e 100644
--- a/src/bluetooth/qbluetoothsocket.cpp
+++ b/src/bluetooth/qbluetoothsocket.cpp
@@ -54,6 +54,8 @@ Q_DECLARE_LOGGING_CATEGORY(QT_BT_QNX)
\brief The QBluetoothSocket class enables connection to a Bluetooth device
running a bluetooth server.
+ \since 5.2
+
QBluetoothSocket supports two socket types, \l {QBluetoothServiceInfo::L2capProtocol}{L2CAP} and
\l {QBluetoothServiceInfo::RfcommProtocol}{RFCOMM}.
diff --git a/src/bluetooth/qbluetoothtransfermanager.cpp b/src/bluetooth/qbluetoothtransfermanager.cpp
index 2b9ddc8b..0754fb9a 100644
--- a/src/bluetooth/qbluetoothtransfermanager.cpp
+++ b/src/bluetooth/qbluetoothtransfermanager.cpp
@@ -49,6 +49,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothTransferManager class transfers data to another device
using Object Push Profile (OPP).
+ \since 5.2
+
QBluetoothTransferManager uses OBEX to send put commands to remote devices.
Note that this API is not currently supported on Android.
diff --git a/src/bluetooth/qbluetoothtransferreply.cpp b/src/bluetooth/qbluetoothtransferreply.cpp
index 4ef27bf4..6c5c83a2 100644
--- a/src/bluetooth/qbluetoothtransferreply.cpp
+++ b/src/bluetooth/qbluetoothtransferreply.cpp
@@ -43,6 +43,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothTransferReply class stores the response for a data
transfer request.
+ \since 5.2
+
In additional to a copy of the QBluetoothTransferRequest object used to create the request,
QBluetoothTransferReply contains the contents of the reply itself.
diff --git a/src/bluetooth/qbluetoothtransferrequest.cpp b/src/bluetooth/qbluetoothtransferrequest.cpp
index 685c70fb..6d750f25 100644
--- a/src/bluetooth/qbluetoothtransferrequest.cpp
+++ b/src/bluetooth/qbluetoothtransferrequest.cpp
@@ -44,6 +44,8 @@ QT_BEGIN_NAMESPACE
\brief The QBluetoothTransferRequest class stores information about a
data transfer request.
+ \since 5.2
+
QBluetoothTransferRequest is part of the Bluetooth Transfer API and is the class holding the
information necessary to initiate a transfer over Bluetooth.
diff --git a/src/bluetooth/qbluetoothuuid.cpp b/src/bluetooth/qbluetoothuuid.cpp
index 72bf3404..61798b03 100644
--- a/src/bluetooth/qbluetoothuuid.cpp
+++ b/src/bluetooth/qbluetoothuuid.cpp
@@ -50,6 +50,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(QUuid, baseUuid, ("{00000000-0000-1000-8000-00805F9B34
\brief The QBluetoothUuid class generates a UUID for each Bluetooth
service.
+ \since 5.2
*/
/*!