summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/qserialport.h')
-rw-r--r--src/serialport/qserialport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialport/qserialport.h b/src/serialport/qserialport.h
index ae5eaf3..45b9bbf 100644
--- a/src/serialport/qserialport.h
+++ b/src/serialport/qserialport.h
@@ -282,9 +282,9 @@ private:
Q_DISABLE_COPY(QSerialPort)
#if defined (Q_OS_WIN32) || defined(Q_OS_WIN64)
- Q_PRIVATE_SLOT(d_func(), void _q_completeAsyncCommunication())
- Q_PRIVATE_SLOT(d_func(), void _q_completeAsyncRead())
- Q_PRIVATE_SLOT(d_func(), void _q_completeAsyncWrite())
+ Q_PRIVATE_SLOT(d_func(), bool _q_completeAsyncCommunication())
+ Q_PRIVATE_SLOT(d_func(), bool _q_completeAsyncRead())
+ Q_PRIVATE_SLOT(d_func(), bool _q_completeAsyncWrite())
#endif
};