summaryrefslogtreecommitdiff
path: root/examples/serialport/doc/blockingreceiver.qdoc
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-02-08 14:01:07 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-02-10 11:43:57 +0100
commit811c0f319862f15bfcf5799298e0fbc22516c94c (patch)
tree3e41a9216f5eb3becd531c779591ec63c504636b /examples/serialport/doc/blockingreceiver.qdoc
parentb114f04ed2b900884a4df5bc2ce855addbd467c9 (diff)
downloadqtserialport-811c0f319862f15bfcf5799298e0fbc22516c94c.tar.gz
Improve Terminal example
Extend the example to handle bytesWritten() signal. This allows to demonstrate both async read and async write with one example. Extend the example description to cover these changes. Apart from that do some regular cleanups: * Do not use Example in the name * Update screenshot * add Connectivity category Fixes: QTBUG-108870 Task-number: QTBUG-108868 Pick-to: 6.5 Change-Id: I013b66189fe321773f1fd7a8dcaf98c380833d8c Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples/serialport/doc/blockingreceiver.qdoc')
-rw-r--r--examples/serialport/doc/blockingreceiver.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/doc/blockingreceiver.qdoc b/examples/serialport/doc/blockingreceiver.qdoc
index a94f7a2..d8b08a4 100644
--- a/examples/serialport/doc/blockingreceiver.qdoc
+++ b/examples/serialport/doc/blockingreceiver.qdoc
@@ -137,7 +137,7 @@
\snippet blockingreceiver/receiverthread.cpp 13
- \sa {Terminal Example}, {Blocking Sender Example}
+ \sa {Serial Terminal}, {Blocking Sender Example}
\include examples-run.qdocinc
*/