QmlCppDebugger: Shutdown engine on port busy

Shutdown the debugger engines when the qmljsdebugger port
is busy.

Change-Id: If7f470b04bae26f3bac11863f697b260b463ca4e
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-02-23 13:03:22 +01:00
parent 69ab35d199
commit 6668ee1317
3 changed files with 22 additions and 43 deletions

View File

@@ -94,9 +94,7 @@ public slots:
void disconnected();
private slots:
void retryMessageBoxFinished(int result);
void wrongSetupMessageBox(const QString &errorMessage);
void wrongSetupMessageBoxFinished(int result);
void errorMessageBoxFinished(int result);
void updateCurrentContext();
void appendDebugOutput(QtMsgType type, const QString &message,
const QmlJsDebugClient::QDebugContextInfo &info);
@@ -162,7 +160,7 @@ signals:
private slots:
void beginConnection(quint16 port = 0);
void connectionEstablished();
void connectionStartupFailed();
void connectionStartupFailed(const QString &errorMessage = QString());
void connectionError(QAbstractSocket::SocketError error);
void serviceConnectionError(const QString &service);
void appendMessage(const QString &msg, Utils::OutputFormat);