summaryrefslogtreecommitdiff
path: root/examples/serialport/doc/creaderasync.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-12 13:09:58 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-12 13:09:58 +0200
commitc6027a9c0e6182bde7106bc97b927c544e76e155 (patch)
treecb0ee001e8204df9643e04ed4b8961b8eb6c68f5 /examples/serialport/doc/creaderasync.qdoc
parent789c0ebcd4ed976eb124e2da1958a48b478751c0 (diff)
parent3c3b23b32c6d4a9067363f758aaf4ff9819b7fd8 (diff)
downloadqtserialport-c6027a9c0e6182bde7106bc97b927c544e76e155.tar.gz
Merge remote-tracking branch 'origin/5.3' into 5.4
Conflicts: examples/serialport/examples.qdoc Change-Id: If79f2f140e72f0a499f8e61e3897848f454a5042
Diffstat (limited to 'examples/serialport/doc/creaderasync.qdoc')
-rw-r--r--examples/serialport/doc/creaderasync.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/serialport/doc/creaderasync.qdoc b/examples/serialport/doc/creaderasync.qdoc
index a8b2101..ff5e9c6 100644
--- a/examples/serialport/doc/creaderasync.qdoc
+++ b/examples/serialport/doc/creaderasync.qdoc
@@ -1,6 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2013 Laszlo Papp <lpapp@kde.org>
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -29,12 +30,13 @@
\example creaderasync
\title Command Line Reader Async Example
\ingroup qtserialport-examples
+ \brief Shows how to receive data asynchronously over serial port.
- The Command Line Reader Async example shows how to use the QSerialPort class for
+ \e{Command Line Reader Async} shows how to use the QSerialPort class for
receiving data asynchronously over the selected serial port with the desired
settings.
- \image creaderasync-example.png Screenshot of the Command Line Reader Async example
+ \image creaderasync-example.png
This command line reader async example receives data asynchronously over the
selected serial port in a console, provided by the QSerialPort class.
@@ -42,4 +44,6 @@
For receiving data synchronously over the selected serial port, use the
\l{QSerialPort::read()}{read()} or \l{QSerialPort::readAll()}{readAll()}
methods, and \l{QIODevice::readyRead()}{readyRead()} signal.
+
+ \include examples-run.qdocinc
*/