aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/threadshandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/threadshandler.cpp')
-rw-r--r--src/plugins/debugger/threadshandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/threadshandler.cpp b/src/plugins/debugger/threadshandler.cpp
index 4ba1284fdb..a4fd57dad6 100644
--- a/src/plugins/debugger/threadshandler.cpp
+++ b/src/plugins/debugger/threadshandler.cpp
@@ -367,7 +367,7 @@ void ThreadsHandler::updateThreadBox()
forItemsAtLevel<1>([&list](ThreadItem *item) {
list.append(QString::fromLatin1("#%1 %2").arg(item->threadData.id.raw()).arg(item->threadData.name));
});
- Internal::setThreadBoxContents(list, indexForThreadId(this, m_currentId));
+ m_engine->setThreadBoxContents(list, indexForThreadId(this, m_currentId));
}
ThreadData ThreadsHandler::thread(ThreadId id) const