AndroidAnalyzeSupport: Notify engine when remote is running

Change-Id: Ia04d7b16d4486be60114c148d118d6c9cb0d583f
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
Aurindam Jana
2013-07-22 16:10:27 +02:00
parent ef251dc032
commit 9cf063f4b5
2 changed files with 19 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
#define ANDROIDANALYZESUPPORT_H
#include "androidrunsupport.h"
#include <qmldebug/qmloutputparser.h>
namespace Analyzer {
class IAnalyzerEngine;
@@ -62,8 +63,12 @@ private slots:
void handleRemoteOutput(const QByteArray &output);
void handleRemoteErrorOutput(const QByteArray &output);
void remoteIsRunning();
private:
Analyzer::IAnalyzerEngine *m_engine;
QmlDebug::QmlOutputParser m_outputParser;
int m_qmlPort;
};
} // namespace Internal