summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_unix_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2014-02-01 19:03:52 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-08 19:49:45 +0100
commit7101b2f0c72e20bcce0e5ef11620208c0080c416 (patch)
treed161e7571519e85f803452f07eddfbfe47444994 /src/serialport/qserialport_unix_p.h
parent78b8866c4d3e846f3dd142bc4bac38385298dc40 (diff)
Add error handling to some missing functions
Change-Id: If8dee1819d493fa4b27eba99de611c61bfdfe7a3 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src/serialport/qserialport_unix_p.h')
-rw-r--r--src/serialport/qserialport_unix_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialport/qserialport_unix_p.h b/src/serialport/qserialport_unix_p.h
index 7dbb7602..c1bb6850 100644
--- a/src/serialport/qserialport_unix_p.h
+++ b/src/serialport/qserialport_unix_p.h
@@ -108,8 +108,8 @@ public:
bool sendBreak(int duration);
bool setBreakEnabled(bool set);
- qint64 systemInputQueueSize () const;
- qint64 systemOutputQueueSize () const;
+ qint64 systemInputQueueSize ();
+ qint64 systemOutputQueueSize ();
void startWriting();