| 1118 | } |
| 1119 | |
| 1120 | void SpreadsheetView::clearSelection() { |
| 1121 | m_tableView->selectionModel()->clear(); |
| 1122 | } |
| 1123 | |
| 1124 | void SpreadsheetView::handleHorizontalSectionMoved(int index, int from, int to) { |
| 1125 | static bool inside = false; |
no test coverage detected