debugger: fix recent regression of non-persistent expanded watch items

Change-Id: Iec8b37812faca5584d268712181ffeca98ef6e8a
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-19 15:19:28 +01:00
committed by hjk
parent c06727ca17
commit fa26b986de
2 changed files with 14 additions and 4 deletions

View File

@@ -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;