forked from qt-creator/qt-creator
Debugger: Remove most remaining occurrences of WatchData
... in WatchHandler and DebuggerEngine interface. Adjust using code. Change-Id: I6371f3e96ba46a783e23a5767cdde24a10d3fce7 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
void assignValue(const WatchData *data, const QString &expression, const QVariant &valueV);
|
||||
void updateWatchData(const WatchData &data);
|
||||
void watchDataSelected(const WatchData *data);
|
||||
void watchDataSelected(quint64 id);
|
||||
bool selectObjectInTree(int debugId);
|
||||
|
||||
quint32 setBindingForObject(int objectDebugId,
|
||||
|
||||
Reference in New Issue
Block a user