summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_unix_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-10-29 21:17:37 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 09:34:40 +0100
commit51fe3f4b3b1021f79bdea9f5d0d8735cbb68d9a1 (patch)
tree24887a7a224c53e268056799297d7df4e684dacb /src/serialport/qserialport_unix_p.h
parente300556a9c8795d98311e5d716262ab85caa4c93 (diff)
Make the return value void for methods that would always return true
Change-Id: Iaa869b8b618db630d46726d7ebeac83e8a826af3 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/qserialport_unix_p.h b/src/serialport/qserialport_unix_p.h
index 83f89e32..2d09ee42 100644
--- a/src/serialport/qserialport_unix_p.h
+++ b/src/serialport/qserialport_unix_p.h
@@ -121,7 +121,7 @@ public:
bool readNotification();
bool writeNotification(int maxSize = INT_MAX);
- bool exceptionNotification();
+ void exceptionNotification();
static QString portNameToSystemLocation(const QString &port);
static QString portNameFromSystemLocation(const QString &location);