From deea474efcf5dc7e2206e3f4f39581b31f9e520a Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 19 Jun 2017 12:36:58 +0200 Subject: Fix minor documentation issues in QML chat example Change-Id: Iec4214e7f6d1aab9ea88e3d2fc5025a06b54b8e3 Reviewed-by: Timur Pocheptsov Reviewed-by: Oliver Wolff --- examples/bluetooth/chat/chat.qml | 1 + examples/bluetooth/chat/doc/src/chat.qdoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/bluetooth/chat/chat.qml b/examples/bluetooth/chat/chat.qml index ecac39fc..7613519a 100644 --- a/examples/bluetooth/chat/chat.qml +++ b/examples/bluetooth/chat/chat.qml @@ -107,6 +107,7 @@ Item { } //! [BluetoothSocket-4] //! [BluetoothSocket-2] + //... } //! [BluetoothSocket-2] 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 -- cgit v1.2.3