forked from qt-creator/qt-creator
QML Debugger: fix the fact that the qmlobserver would only run once.
This commit is contained in:
@@ -55,6 +55,7 @@ DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client)
|
||||
//engine->startSuccessful(); // FIXME: AAA: port to new debugger states
|
||||
|
||||
connect(engine, SIGNAL(sendMessage(QByteArray)), this, SLOT(slotSendMessage(QByteArray)));
|
||||
connect(connection, SIGNAL(disconnected()), engine, SLOT(disconnected()));
|
||||
setEnabled(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user