summaryrefslogtreecommitdiffstats
path: root/tools/runonphone/symbianutils/communicationstarter.h
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2010-02-09 10:56:37 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2010-02-09 19:09:41 (GMT)
commit39709d61fbd4a17edf5f141877d312d3872ccce0 (patch)
tree44e2026ca93d4d3b4723eee37a601f23b8ae173c /tools/runonphone/symbianutils/communicationstarter.h
parent9965d0e0484882d905c1f8a3bdf19f6eecd30226 (diff)
downloadQt-39709d61fbd4a17edf5f141877d312d3872ccce0.zip
Qt-39709d61fbd4a17edf5f141877d312d3872ccce0.tar.gz
Qt-39709d61fbd4a17edf5f141877d312d3872ccce0.tar.bz2
Catch up symbianutils to creator 3efdb87682a5785bac7b90f9f9a8bb819a1cb053
commit 3efdb87682a5785bac7b90f9f9a8bb819a1cb053 Author: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Mon Feb 8 14:10:51 2010 +0100 S60/Trk: Make the port a property of TrkDevice. Associate the port with the device instead of passing it to open for better handling. commit 76872c6ed8a1477f1914266d6917ee4aad6ff7e9 Author: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Fri Feb 5 17:34:02 2010 +0100 S60: Move serialdevicelister.cpp to symbianutils/symbiandevicemanager.cpp
Diffstat (limited to 'tools/runonphone/symbianutils/communicationstarter.h')
-rw-r--r--tools/runonphone/symbianutils/communicationstarter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/runonphone/symbianutils/communicationstarter.h b/tools/runonphone/symbianutils/communicationstarter.h
index 2d7dc50..0a060ee 100644
--- a/tools/runonphone/symbianutils/communicationstarter.h
+++ b/tools/runonphone/symbianutils/communicationstarter.h
@@ -80,7 +80,6 @@ public:
void setAttempts(int a);
QString device() const;
- void setDevice(const QString &);
State state() const;
QString errorString() const;
@@ -142,7 +141,6 @@ class SYMBIANUTILS_EXPORT ConsoleBluetoothStarter : public AbstractBluetoothStar
public:
static bool startBluetooth(const TrkDevicePtr& trkDevice,
QObject *listenerParent,
- const QString &device,
int attempts,
QString *errorMessage);