summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialport/qserialport_symbian.cpp')
-rw-r--r--src/serialport/qserialport_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/qserialport_symbian.cpp b/src/serialport/qserialport_symbian.cpp
index bbe56f35..2bba5a4d 100644
--- a/src/serialport/qserialport_symbian.cpp
+++ b/src/serialport/qserialport_symbian.cpp
@@ -229,7 +229,7 @@ bool QSerialPortPrivate::sendBreak(int duration)
return false;
}
-bool QSerialPortPrivate::setBreak(bool set)
+bool QSerialPortPrivate::setBreakEnabled(bool set)
{
// TODO: Implement me
return false;