forked from qt-creator/qt-creator
debugger: fix recent regression of non-persistent expanded watch items
Change-Id: Iec8b37812faca5584d268712181ffeca98ef6e8a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -90,6 +90,8 @@ private:
|
||||
bool canFetchMore(const QModelIndex &parent) const;
|
||||
void fetchMore(const QModelIndex &parent);
|
||||
|
||||
void invalidateAll(const QModelIndex &parentIndex = QModelIndex());
|
||||
|
||||
friend class WatchHandler;
|
||||
|
||||
WatchItem *watchItem(const QModelIndex &) const;
|
||||
|
||||
Reference in New Issue
Block a user