From 983ee6cfec7f3d505717fcdb58d215b72b590eee Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Sun, 7 Apr 2013 15:05:20 +0100 Subject: Use the proper signature for the data error policy changed signal Change-Id: Iaf6df920dfca65b80231bb702c0290bb5c0e00d9 Reviewed-by: Sergey Belyashov Reviewed-by: Denis Shienkov --- 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 284b4b9..507fdc4 100644 --- a/src/serialport/qserialport.cpp +++ b/src/serialport/qserialport.cpp @@ -987,7 +987,7 @@ QSerialPort::DataErrorPolicy QSerialPort::dataErrorPolicy() const } /*! - \fn void QSerialPort::errorPolicyChanged(DataErrorPolicy policy) + \fn void QSerialPort::dataErrorPolicyChanged(DataErrorPolicy policy) This signal is emitted after the error policy how the process receives the character in case of parity error detection has been changed. The new error -- cgit v1.2.1