summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/qserialport.cpp')
-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 b48ba35..b86b382 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -214,7 +214,7 @@ int QSerialPortPrivateData::timeoutValue(int msecs, int elapsed)
However, in a GUI application, blocking serial port should only be
used in non-GUI threads, to avoid freezing the user interface.
- See the \l examples/terminal and \l examples/blockingterminal
+ See the \l master, \l slave, \l blockingmaster, and \l blockingslave
examples for an overview of both approaches.
The use of blocking functions is discouraged together with signals. One of