| 50 | ModelInspectorInterface::~ModelInspectorInterface() = default; |
| 51 | |
| 52 | ModelCellData ModelInspectorInterface::currentCellData() const |
| 53 | { |
| 54 | return m_currentCellData; |
| 55 | } |
| 56 | |
| 57 | void ModelInspectorInterface::setCurrentCellData(const ModelCellData &cellData) |
| 58 | { |
no outgoing calls
no test coverage detected