MCPcopy Create free account
hub / github.com/Vector35/debugger / updateRows

Method updateRows

ui/breakpointswidget.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161void DebugBreakpointsListModel::updateRows(std::vector<BreakpointItem> newRows)
162{
163 beginResetModel();
164 m_items = newRows;
165 endResetModel();
166}
167
168
169DebugBreakpointsItemDelegate::DebugBreakpointsItemDelegate(QWidget* parent) : QStyledItemDelegate(parent)

Callers 1

updateContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected