| 407 | } |
| 408 | |
| 409 | void SpreadsheetModel::handleAspectCountChanged() { |
| 410 | if (m_suppressSignals) |
| 411 | return; |
| 412 | |
| 413 | m_columnCount = m_spreadsheet->columnCount(); |
| 414 | updateHorizontalHeader(false); |
| 415 | } |
| 416 | |
| 417 | void SpreadsheetModel::handleDescriptionChange(const AbstractAspect* aspect) { |
| 418 | if (m_suppressSignals) |
nothing calls this directly
no test coverage detected