| 393 | } |
| 394 | |
| 395 | void WorksheetDock::orientationChanged(int /*index*/) { |
| 396 | this->pageChanged(ui.cbPage->currentIndex()); |
| 397 | } |
| 398 | |
| 399 | //"Layout"-tab |
| 400 | void WorksheetDock::layoutChanged(int index) { |
nothing calls this directly
no test coverage detected