summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/serialport/qserialport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index 45b9bbf..d0f65b5 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -263,7 +263,9 @@ Q_SIGNALS:
void parityChanged(QSerialPort::Parity parity);
void stopBitsChanged(QSerialPort::StopBits stopBits);
void flowControlChanged(QSerialPort::FlowControl flowControl);
+#if QT_DEPRECATED_SINCE(5, 2)
void dataErrorPolicyChanged(QSerialPort::DataErrorPolicy policy);
+#endif
void dataTerminalReadyChanged(bool set);
void requestToSendChanged(bool set);
void error(QSerialPort::SerialPortError serialPortError);