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