summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/qserialport.h')
-rw-r--r--src/serialport/qserialport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index 7531e471..36ae788f 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -276,8 +276,6 @@ protected:
qint64 writeData(const char *data, qint64 maxSize) Q_DECL_OVERRIDE;
private:
- void setError(QSerialPort::SerialPortError error, const QString &errorString = QString());
-
// ### Qt6: remove me.
QSerialPortPrivate * const d_dummy;