forked from qt-creator/qt-creator
Maemo: Support QML-only debugging.
Reviewed-by: kh1
This commit is contained in:
@@ -48,6 +48,9 @@ public:
|
||||
explicit QmlEngine(const DebuggerStartParameters &startParameters);
|
||||
virtual ~QmlEngine();
|
||||
|
||||
void handleRemoteSetupDone();
|
||||
void handleRemoteSetupFailed(const QString &message);
|
||||
|
||||
void setAttachToRunningExternalApp(bool value);
|
||||
void shutdownInferiorAsSlave();
|
||||
void shutdownEngineAsSlave();
|
||||
@@ -59,6 +62,9 @@ public slots:
|
||||
void messageReceived(const QByteArray &message);
|
||||
void disconnected();
|
||||
|
||||
signals:
|
||||
void remoteStartupRequested();
|
||||
|
||||
private:
|
||||
// DebuggerEngine implementation
|
||||
bool isSynchronous() const { return false; }
|
||||
|
||||
Reference in New Issue
Block a user