forked from qt-creator/qt-creator
AndroidAnalyzeSupport: Notify engine when remote is running
Change-Id: Ia04d7b16d4486be60114c148d118d6c9cb0d583f Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user