forked from qt-creator/qt-creator
Debugger: Suppress a message clogging the log view
Eats time and won't be handled soon. Change-Id: I777bef10397d0d67daf576862975c4d4f1184504 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -2293,7 +2293,7 @@ void WatchHandler::notifyUpdateFinished()
|
|||||||
|
|
||||||
m_model->forAllItems([this](WatchItem *item) {
|
m_model->forAllItems([this](WatchItem *item) {
|
||||||
if (item->wantsChildren && isExpandedIName(item->iname)) {
|
if (item->wantsChildren && isExpandedIName(item->iname)) {
|
||||||
m_model->m_engine->showMessage(QString("ADJUSTING CHILD EXPECTATION FOR " + item->iname));
|
// m_model->m_engine->showMessage(QString("ADJUSTING CHILD EXPECTATION FOR " + item->iname));
|
||||||
item->wantsChildren = false;
|
item->wantsChildren = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user