summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_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_p.h
parent5d2f051855fab4499532c9abcc0babf065cdc5d6 (diff)
downloadqtserialport-238309f65ba8faaa0b88a4f3d06a224fe3652467.tar.gz
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_p.h')
-rw-r--r--src/serialport/qserialport_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/serialport/qserialport_p.h b/src/serialport/qserialport_p.h
index b74cda6..abd9cb6 100644
--- a/src/serialport/qserialport_p.h
+++ b/src/serialport/qserialport_p.h
@@ -80,7 +80,6 @@ public:
QSerialPort::DataErrorPolicy policy;
bool dataTerminalReady;
bool requestToSend;
- QSerialPort::ExclusiveMode exclusiveMode;
bool settingsRestoredOnClose;
QSerialPort * const q_ptr;
};