forked from qt-creator/qt-creator
Debugger: Simplify watcher handling in GdbEngine
There was only one user on GdbEngine::insertData left, and this always took the !isSomethingNeeded branch. Change-Id: Ibe51f7a7689be39ad3ffd60099a9cbe7b614648a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -239,7 +239,7 @@ public:
|
||||
void insertData(const WatchData &data); // Convenience.
|
||||
void insertData(const QList<WatchData> &list);
|
||||
void insertIncompleteData(const WatchData &data);
|
||||
void insertItem(WatchItem *item);
|
||||
void insertItem(WatchItem *item); // Takes ownership.
|
||||
void removeData(const QByteArray &iname);
|
||||
void removeChildren(const QByteArray &iname);
|
||||
void removeAllData(bool includeInspectData = false);
|
||||
|
||||
Reference in New Issue
Block a user