summaryrefslogtreecommitdiff
path: root/src/serialport.cpp
diff options
context:
space:
mode:
authorDenis Shienkov <scapig2@yandex.ru>2011-06-22 19:06:43 +0400
committerDenis Shienkov <scapig2@yandex.ru>2011-06-22 19:06:43 +0400
commit7e773dee9ac64b4216820e82d231848ab97064cf (patch)
tree379656f9a6228304f5e67f59379db6959c7bb213 /src/serialport.cpp
parentc44dbf1e3a514242e78ddcf7e12ceab5e94426e8 (diff)
downloadqtserialport-7e773dee9ac64b4216820e82d231848ab97064cf.tar.gz
A preliminary version of # 1.
Diffstat (limited to 'src/serialport.cpp')
-rw-r--r--src/serialport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialport.cpp b/src/serialport.cpp
index 73f6928..0e31631 100644
--- a/src/serialport.cpp
+++ b/src/serialport.cpp
@@ -113,7 +113,7 @@ SerialPort::FlowControl SerialPort::flowControl() const
}
-void SerialPort::setDataInterval(int usecs)
+bool SerialPort::setDataInterval(int usecs)
{
}
@@ -123,7 +123,7 @@ int SerialPort::dataInterval() const
}
-void SerialPort::setReadTimeout(int msecs)
+bool SerialPort::setReadTimeout(int msecs)
{
}
@@ -158,7 +158,7 @@ bool SerialPort::reset()
}
-void SerialPort::setDataErrorPolicy(DataErrorPolicy policy)
+bool SerialPort::setDataErrorPolicy(DataErrorPolicy policy)
{
}