summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2021-01-26 12:46:05 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2021-01-29 12:02:15 +0000
commit862366f6ec7d35078f22e849c266bffeab1bc9c2 (patch)
tree74d311f19ab4bd51073bac1227c74b7801771558 /src/serialport/qserialport.h
parent36c0c8d92adffbaecb3c195e1a40eff67857e19e (diff)
Qt6: remove overridden atEnd() method
Task-number: QTBUG-89880 Change-Id: I0f71a210f4807f391b4dd7a303c229bddb141b80 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/serialport/qserialport.h')
-rw-r--r--src/serialport/qserialport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index 99890bf8..cf126ddf 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -191,7 +191,6 @@ public:
bool flush();
bool clear(Directions directions = AllDirections);
- bool atEnd() const override; // ### Qt6: remove me
SerialPortError error() const;
void clearError();