summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket.cpp
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2023-06-09 17:08:44 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2023-06-09 17:08:44 +0300
commitf0c98c39447894bba493aa91c65053d7f18d68cb (patch)
treeb895c2a764b5c77edd75ae7af5d4336191a8301c /src/bluetooth/qbluetoothsocket.cpp
parente2dd32305ec52c96518a4357423d546c7c66f9a6 (diff)
parent807c62ddee0749b68458654f7d37b28aceca6359 (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-opensourcev5.15.11-lts-lgpl
Diffstat (limited to 'src/bluetooth/qbluetoothsocket.cpp')
-rw-r--r--src/bluetooth/qbluetoothsocket.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket.cpp b/src/bluetooth/qbluetoothsocket.cpp
index 60a64375..9da67272 100644
--- a/src/bluetooth/qbluetoothsocket.cpp
+++ b/src/bluetooth/qbluetoothsocket.cpp
@@ -791,6 +791,9 @@ void QBluetoothSocket::close()
Set the socket to use \a socketDescriptor with a type of \a socketType,
which is in state, \a socketState, and mode, \a openMode.
+ The set socket descriptor is considered owned by the QBluetoothSocket
+ and may be e.g. closed once finished.
+
Returns true on success
*/