forked from qt-creator/qt-creator
QML Debugger: fix the fact that the qmlobserver would only run once.
This commit is contained in:
@@ -62,7 +62,9 @@ public:
|
||||
explicit QmlEngine(const DebuggerStartParameters &startParameters);
|
||||
~QmlEngine();
|
||||
|
||||
public slots:
|
||||
void messageReceived(const QByteArray &message);
|
||||
void disconnected();
|
||||
|
||||
private:
|
||||
// DebuggerEngine implementation
|
||||
|
||||
Reference in New Issue
Block a user