summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmladapter.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-09-14 16:58:10 +0200
committerAurindam Jana <aurindam.jana@nokia.com>2011-09-19 13:56:08 +0200
commitdbfae9fb28e563f20b683d58310929d53f11c99d (patch)
tree6481a645691402d668eff810d8fdd7f510de814b /src/plugins/debugger/qml/qmladapter.h
parentcf2e3f225eb91b5222aa739b508ec3a10cffac88 (diff)
downloadqt-creator-dbfae9fb28e563f20b683d58310929d53f11c99d.tar.gz
QmlDebugger: Attach to QML Port: Fix errors
Connect to user defined host and port. Increased maximum connection tries. Change-Id: Ie72a9fb36e5178b64311753bd8a3fe20e6f62c3b Reviewed-on: http://codereview.qt-project.org/4918 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmladapter.h')
-rw-r--r--src/plugins/debugger/qml/qmladapter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/debugger/qml/qmladapter.h b/src/plugins/debugger/qml/qmladapter.h
index a9608b341d..fe5b5cdf65 100644
--- a/src/plugins/debugger/qml/qmladapter.h
+++ b/src/plugins/debugger/qml/qmladapter.h
@@ -88,10 +88,9 @@ private slots:
void connectionErrorOccurred(QAbstractSocket::SocketError socketError);
void clientStatusChanged(QDeclarativeDebugClient::Status status);
void connectionStateChanged();
- void pollInferior();
+ void checkConnectionState();
private:
- void connectToViewer();
void createDebuggerClients();
void showConnectionStatusMessage(const QString &message);
void showConnectionErrorMessage(const QString &message);