Temporary: empty default implementation
| 108 | |
| 109 | // Temporary: empty default implementation |
| 110 | void IBreakpointController::breakpointAdded(int row) |
| 111 | { |
| 112 | Q_UNUSED(row); |
| 113 | } |
| 114 | |
| 115 | // Temporary: implement old-style behavior to ease transition through API changes |
| 116 | void IBreakpointController::breakpointModelChanged(int row, BreakpointModel::ColumnFlags columns) |