MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / refreshData

Method refreshData

pcsx2-qt/Debugger/ThreadModel.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void ThreadModel::refreshData()
134{
135 beginResetModel();
136 m_threads = m_cpu.GetThreadList();
137 endResetModel();
138}
139
140#include "moc_ThreadModel.cpp"

Callers

nothing calls this directly

Calls 1

GetThreadListMethod · 0.80

Tested by

no test coverage detected