diff options
author | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-11-19 03:04:24 +0100 |
---|---|---|
committer | Qt Forward Merge Bot <qt_forward_merge_bot@qt-project.org> | 2019-11-19 03:04:25 +0100 |
commit | bad68f72304dfa2da39249a4b11fd72785e60587 (patch) | |
tree | b7de260a4238b409b3256c11ec30753f067f703d /examples/serialport | |
parent | 1045bad537f47b440141682fbd2d80330b71212e (diff) | |
parent | 5694c022c1682998f7ff00570fad7809dd0b6543 (diff) | |
download | qtserialport-bad68f72304dfa2da39249a4b11fd72785e60587.tar.gz |
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I37911832f4b024c376260bd7927fa403bf613bfc
Diffstat (limited to 'examples/serialport')
-rw-r--r-- | examples/serialport/doc/terminal.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/doc/terminal.qdoc b/examples/serialport/doc/terminal.qdoc index 65cabb9..0215677 100644 --- a/examples/serialport/doc/terminal.qdoc +++ b/examples/serialport/doc/terminal.qdoc @@ -122,7 +122,7 @@ \snippet terminal/mainwindow.cpp 6 This slot sends the characters typed in the given - \l{terminal/console.cpp}{Console} widget to the serial port. + Console widget to the serial port - see \c terminal/console.cpp. When the serial port receives new data, the signal \l{QIODevice::}{readyRead()} is emitted, and that signal is |