summaryrefslogtreecommitdiff
path: root/src/serialport
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport')
-rw-r--r--src/serialport/qserialport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialport/qserialport.cpp b/src/serialport/qserialport.cpp
index 56aabda..b878063 100644
--- a/src/serialport/qserialport.cpp
+++ b/src/serialport/qserialport.cpp
@@ -1282,8 +1282,8 @@ bool QSerialPort::waitForReadyRead(int msecs)
\fn QSerialPort::Handle QSerialPort::handle()
\since 5.2
- Returns the native serial port descriptor of the object. If the serial port
- is not open or the platform is not supported, handle() returns -1.
+ If the platform is supported and the serial port is open, returns the native
+ serial port handle; otherwise returns -1.
\warning This function is for expert use only; use it at your own risk.
Furthermore, this function carries no compatibility promise between minor