summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-08-24 12:40:35 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-08-24 11:54:41 +0000
commitf7d7eb2ca81905265fd428215b1d915d37142a94 (patch)
tree31cb159919927d49e065b443ab7a9ff76a1c24bc
parent50956f5476487ee10b1d3a8e339ea3e3222f883d (diff)
downloadqtserialport-f7d7eb2ca81905265fd428215b1d915d37142a94.tar.gz
Doc: Fixed examples link
Change-Id: Ic85e246c6bd5a6684f44940fb1c229835083c9dc Task-number: QTBUG-45391 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/serialport/qserialport.cpp2
1 files changed, 1 insertions, 1 deletions
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