From 5f8f57dfb53c1954715257be926915d24734b391 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 13 Oct 2015 13:09:34 +0200 Subject: Doc: minor link issue Change-Id: I3dc7dcd60e66b36f0e9913760e80df798e52da80 Task-number: QTBUG-43810 Reviewed-by: Martin Smith --- examples/serialport/doc/terminal.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/serialport/doc/terminal.qdoc b/examples/serialport/doc/terminal.qdoc index 16f12feb..d9b2d8dd 100644 --- a/examples/serialport/doc/terminal.qdoc +++ b/examples/serialport/doc/terminal.qdoc @@ -91,7 +91,7 @@ \snippet terminal/mainwindow.cpp 1 The only QSerialPort signal invoked in this example is - \l{QIODevice::readyRead()}{readyRead()}, which shows that new data has been + \l{QIODevice::}{readyRead()}, which shows that new data has been received and hence available: \dots @@ -127,7 +127,7 @@ \l{terminal/console.cpp}{Console} widget to the serial port. When the serial port receives new data, the signal - \l{QTcpSocket::readyRead()}{readyRead()} is emitted, and that signal is + \l{QIODevice::}{readyRead()} is emitted, and that signal is connected to the \c MainWindow::readData() slot: \snippet terminal/mainwindow.cpp 7 -- cgit v1.2.3