forked from qt-creator/qt-creator
Debugger: Remove WatchHandler::insertIncompleteData
... and replace at caller side it with the used parts of the code. Change-Id: Id612c66ac6d95bfc12aba16e9247cc81991dd779 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -238,7 +238,6 @@ public:
|
||||
|
||||
void insertData(const WatchData &data); // Convenience.
|
||||
void insertData(const QList<WatchData> &list);
|
||||
void insertIncompleteData(const WatchData &data);
|
||||
void insertItem(WatchItem *item); // Takes ownership.
|
||||
void removeData(const QByteArray &iname);
|
||||
void removeChildren(const QByteArray &iname);
|
||||
|
||||
Reference in New Issue
Block a user