forked from qt-creator/qt-creator
Debugger: Remove new watch window timer from public interface
Change-Id: Ic9d3df22d917e5644d6302a6af06aa8eadea8b5a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -953,7 +953,7 @@ void WatchTreeView::setModel(QAbstractItemModel *model)
|
||||
connect(watchModel, &WatchModelBase::itemIsExpanded,
|
||||
this, &WatchTreeView::handleItemIsExpanded);
|
||||
if (m_type == LocalsType) {
|
||||
connect(watchModel, &WatchModelBase::updateRequested,
|
||||
connect(watchModel, &WatchModelBase::updateStarted,
|
||||
this, &WatchTreeView::showProgressIndicator);
|
||||
connect(watchModel, &WatchModelBase::updateFinished,
|
||||
this, &WatchTreeView::hideProgressIndicator);
|
||||
|
||||
Reference in New Issue
Block a user