forked from qt-creator/qt-creator
Maemo: Fix QML debugging.
In general, at least. Does not actually stop at breakpoints yet.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
DebuggerEngine *masterEngine);
|
||||
~QmlEngine();
|
||||
|
||||
void handleRemoteSetupDone(int port);
|
||||
void handleRemoteSetupDone(int gdbServerPort, int qmlPort);
|
||||
void handleRemoteSetupFailed(const QString &message);
|
||||
|
||||
void gotoLocation(const Location &location);
|
||||
@@ -66,9 +66,6 @@ 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