summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/chat/doc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-07-06 13:54:35 +0200
committerLiang Qi <liang.qi@qt.io>2017-07-06 13:55:28 +0200
commit4feae652c9c12ec4e5ef4c7bd575f8f316494add (patch)
tree06571ec9b38fe312cba430092ab4a82ace5c6af1 /examples/bluetooth/chat/doc
parent7761bb88000c19d2f5bfb1182f5c5ddf7dae6c5a (diff)
parentb0089abb05e6f60cc252068be1ba40be32e29bd3 (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: .qmake.conf Change-Id: I7a55929aefa1f7a4dc96f841317b78b248899f67
Diffstat (limited to 'examples/bluetooth/chat/doc')
-rw-r--r--examples/bluetooth/chat/doc/src/chat.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bluetooth/chat/doc/src/chat.qdoc b/examples/bluetooth/chat/doc/src/chat.qdoc
index 4b5e8778..e32a7a32 100644
--- a/examples/bluetooth/chat/doc/src/chat.qdoc
+++ b/examples/bluetooth/chat/doc/src/chat.qdoc
@@ -69,7 +69,7 @@
of the Bluetooth device offering the chat server. It is passed to the \l BluetoothSocket
to establish the connection.
- Once the connection is established the chat information is:
+ Once the connection is established the socket's state is managed as follows:
\snippet chat/chat.qml BluetoothSocket-1
\snippet chat/chat.qml BluetoothSocket-2