forked from qt-creator/qt-creator
Android: Setup QML debugging
Change-Id: Ida96411f9710bd9a968d4b934fb50f69bf3666fc Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -61,8 +61,10 @@ public:
|
||||
DebuggerEngine *masterEngine = 0);
|
||||
~QmlEngine();
|
||||
|
||||
void notifyInferiorSetupOk();
|
||||
void notifyEngineRemoteSetupDone(int gdbServerPort, int qmlPort);
|
||||
void notifyEngineRemoteSetupFailed(const QString &message);
|
||||
void notifyEngineRemoteServerRunning(const QByteArray &, int pid);
|
||||
|
||||
bool canDisplayTooltip() const;
|
||||
|
||||
@@ -90,6 +92,7 @@ public:
|
||||
signals:
|
||||
void tooltipRequested(const QPoint &mousePos,
|
||||
TextEditor::ITextEditor *editor, int cursorPos);
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
|
||||
private slots:
|
||||
void disconnected();
|
||||
|
||||
Reference in New Issue
Block a user