QML Debugger: fix the fact that the qmlobserver would only run once.

This commit is contained in:
Olivier Goffart
2010-08-10 14:42:44 +02:00
parent fe3bfad766
commit d75239aeab
3 changed files with 10 additions and 4 deletions

View File

@@ -62,7 +62,9 @@ public:
explicit QmlEngine(const DebuggerStartParameters &startParameters);
~QmlEngine();
public slots:
void messageReceived(const QByteArray &message);
void disconnected();
private:
// DebuggerEngine implementation