summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-08-24 12:40:35 +0200
committerDenis Shienkov <denis.shienkov@gmail.com>2015-08-26 13:48:30 +0000
commitbb6f6d606fca7aaf801a26e21f1a3d8174b98f6c (patch)
tree70e9e2a5d9ca2318476d2cad69251ea8e88ea531
parent9b016e0e28a6ff41d62172ac85c4cccce5477444 (diff)
downloadqtserialport-bb6f6d606fca7aaf801a26e21f1a3d8174b98f6c.tar.gz
Doc: Fixed examples link
(cherry-picked from f7d7eb2ca81905265fd428215b1d915d37142a94) Change-Id: Ic85e246c6bd5a6684f44940fb1c229835083c9dc Task-number: QTBUG-45391 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.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 8a1b02a..fd64aca 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -169,7 +169,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