debugger: compile fix

This commit is contained in:
hjk
2010-07-14 17:11:08 +02:00
parent 0b527bfdfe
commit 5c8ad66fb1

View File

@@ -52,7 +52,7 @@ DebuggerClient::DebuggerClient(QDeclarativeDebugConnection* client)
QTC_ASSERT(engine, return );
engine->Debugger::Internal::DebuggerEngine::startDebugger(debuggerRunControl);
engine->startSuccessful();
//engine->startSuccessful(); // FIXME: AAA: port to new debugger states
connect(engine, SIGNAL(sendMessage(QByteArray)), this, SLOT(slotSendMessage(QByteArray)));
setEnabled(true);