summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_unix_p.h
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-07-07 21:29:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-08 18:11:14 +0200
commit238309f65ba8faaa0b88a4f3d06a224fe3652467 (patch)
tree15960906f2764d99c18408b3ebb5a33e1c9f37e4 /src/serialport/qserialport_unix_p.h
parent5d2f051855fab4499532c9abcc0babf065cdc5d6 (diff)
Revert "Add property to set exclusivity"
This reverts commit 4c67500e5d14e561e37b4bdc056f059d3eefdfa4. "dev: unfrozen branch, containing alpha-quality code that is ready to go into beta testing at any time" ... from: http://qt-project.org/wiki/Branch-Guidelines Please respect the basic principles. In doubts, do not approve changes yourself, but ask for help. Besides the illegit nature of this change, it has fundamental documentation issues as well. It is summer, and this can wait until 5.2, so please do /not/ rush with approvals. Change-Id: Ic2763394035c776088cb28f9c04086920cedb3a2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/serialport/qserialport_unix_p.h')
-rw-r--r--src/serialport/qserialport_unix_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/serialport/qserialport_unix_p.h b/src/serialport/qserialport_unix_p.h
index 3d96ecb1..ce70c243 100644
--- a/src/serialport/qserialport_unix_p.h
+++ b/src/serialport/qserialport_unix_p.h
@@ -91,7 +91,6 @@ public:
bool setStopBits(QSerialPort::StopBits stopBits);
bool setFlowControl(QSerialPort::FlowControl flow);
bool setDataErrorPolicy(QSerialPort::DataErrorPolicy policy);
- bool setExclusiveMode(QSerialPort::ExclusiveMode exclusiveMode);
bool readNotification();
bool writeNotification(int maxSize = INT_MAX);
@@ -150,8 +149,6 @@ private:
#endif
qint64 readPerChar(char *data, qint64 maxSize);
- bool isLockedByFile();
- bool changeExclusiveMode(QSerialPort::ExclusiveMode exclusiveMode);
};
QT_END_NAMESPACE