| 487 | } |
| 488 | |
| 489 | void WorksheetDock::layoutColumnCountChanged(int count) { |
| 490 | CONDITIONAL_LOCK_RETURN; |
| 491 | |
| 492 | for (auto* worksheet : m_worksheetList) |
| 493 | worksheet->setLayoutColumnCount(count); |
| 494 | } |
| 495 | |
| 496 | //************************************************************* |
| 497 | //******** SLOTs for changes triggered in Worksheet *********** |
nothing calls this directly
no test coverage detected