summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerengine.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-02-21 15:47:55 +0100
committerKai Koehne <kai.koehne@nokia.com>2012-02-23 15:46:46 +0100
commit742019e30179c80bfe13fd700f982252b01d9bdd (patch)
tree69e4eb0642e7ae5d83031112effec11ee777fded /src/plugins/qmlprofiler/qmlprofilerengine.h
parent08786b09a0344d3a69a609dc2c8eb9b9d54f67f3 (diff)
downloadqt-creator-742019e30179c80bfe13fd700f982252b01d9bdd.tar.gz
Debugger: Fix QML-only debugging on Harmattan
Actually wait for the 'Waiting for debugger on port ' ... message to appear in the application output before connecting, and also use the port specified there. Change-Id: Ib498e5306bc49f2f3d468353b1c5d1ea38a809e6 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerengine.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerengine.h b/src/plugins/qmlprofiler/qmlprofilerengine.h
index 9969d2a3a7..b0199c3131 100644
--- a/src/plugins/qmlprofiler/qmlprofilerengine.h
+++ b/src/plugins/qmlprofiler/qmlprofilerengine.h
@@ -70,7 +70,7 @@ private slots:
void logApplicationMessage(const QString &msg, Utils::OutputFormat format);
void wrongSetupMessageBox(const QString &errorMessage);
void wrongSetupMessageBoxFinished(int);
- void processIsRunning();
+ void processIsRunning(quint16 port = 0);
private:
class QmlProfilerEnginePrivate;