debugger: qmlcppengine: the model multiplexing is done by the master now

This commit is contained in:
hjk
2011-01-12 14:22:42 +01:00
parent 839c30f883
commit c77172d9ce
2 changed files with 0 additions and 49 deletions

View File

@@ -61,15 +61,6 @@ public:
virtual void assignValueInDebugger(const WatchData *data,
const QString &expr, const QVariant &value);
QAbstractItemModel *modulesModel() const;
QAbstractItemModel *registerModel() const;
QAbstractItemModel *stackModel() const;
QAbstractItemModel *threadsModel() const;
QAbstractItemModel *localsModel() const;
QAbstractItemModel *watchersModel() const;
QAbstractItemModel *returnModel() const;
QAbstractItemModel *sourceFilesModel() const;
DebuggerEngine *cppEngine() const;
virtual void handleRemoteSetupDone(int gdbServerPort, int qmlPort);
virtual void handleRemoteSetupFailed(const QString &message);