summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserver.cpp')
-rw-r--r--src/bluetooth/qbluetoothserver.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp
index 6cb9ba01..967d4e71 100644
--- a/src/bluetooth/qbluetoothserver.cpp
+++ b/src/bluetooth/qbluetoothserver.cpp
@@ -175,7 +175,8 @@ QBluetoothServer::~QBluetoothServer()
which is returned can not be changed any more.
Returns a registered QBluetoothServiceInfo instance if sucessful otherwise an
- invalid QBluetoothServiceInfo.
+ invalid QBluetoothServiceInfo. This function always assumes that the default Bluetooth adapter
+ should be used.
For an RFCOMM server this function is equivalent to following code snippet.