From f7d7eb2ca81905265fd428215b1d915d37142a94 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 24 Aug 2015 12:40:35 +0200 Subject: Doc: Fixed examples link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic85e246c6bd5a6684f44940fb1c229835083c9dc Task-number: QTBUG-45391 Reviewed-by: Topi Reiniƶ --- src/serialport/qserialport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp index 9ed1c5f..1126fb9 100644 --- a/src/serialport/qserialport.cpp +++ b/src/serialport/qserialport.cpp @@ -176,7 +176,7 @@ void QSerialPortPrivate::setError(const QSerialPortErrorInfo &errorInfo) used in non-GUI threads, to avoid freezing the user interface. For more details about these approaches, refer to the - \l {Examples}{example} applications. + \l {Qt Serial Port Examples}{example} applications. The QSerialPort class can also be used with QTextStream and QDataStream's stream operators (operator<<() and operator>>()). There is one issue to be -- cgit v1.2.1