summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_symbian_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-05-05 21:03:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-06 10:06:30 +0200
commit5abd6a5afd5f1429df59b3d2b373b6dfad8070c2 (patch)
treeb19b239dcdd3582545c93d9eb704f8d3d439c9e7 /src/serialport/qserialport_symbian_p.h
parent494c616951d41f2f394a7157f8970e14096f41b4 (diff)
Update the documentation and internal setBreakEnabled API
The change 0add3b934b8405fc5b65efeba9f05cc1dc353e64 changed the API, and we had a compromise in there to get the API changes in as soon as possible. This change tries to address the suggested documentation and internal API changes. Only tested on Linux with Qt 4.8.4 and Qt 5.1, so it might break on other platforms. Change-Id: I153e5a35d76beb26e04dbabf184bc9b90ef4b70b Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src/serialport/qserialport_symbian_p.h')
-rw-r--r--src/serialport/qserialport_symbian_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/qserialport_symbian_p.h b/src/serialport/qserialport_symbian_p.h
index 36017694..7f9eaddd 100644
--- a/src/serialport/qserialport_symbian_p.h
+++ b/src/serialport/qserialport_symbian_p.h
@@ -65,7 +65,7 @@ public:
bool clear(QSerialPort::Directions dir);
bool sendBreak(int duration);
- bool setBreak(bool set);
+ bool setBreakEnabled(bool set);
qint64 systemInputQueueSize () const;
qint64 systemOutputQueueSize () const;