| 128 | } |
| 129 | |
| 130 | void SpreadsheetDock::columnCountChanged(int columns) { |
| 131 | CONDITIONAL_LOCK_RETURN; |
| 132 | |
| 133 | for (auto* spreadsheet : m_spreadsheetList) |
| 134 | spreadsheet->setColumnCount(columns); |
| 135 | } |
| 136 | |
| 137 | /*! |
| 138 | enable/disable the comment header in the views of the selected spreadsheets. |
nothing calls this directly
no test coverage detected