| 838 | } |
| 839 | |
| 840 | void TraditionalView::setDebugMode(bool v) |
| 841 | { |
| 842 | scroll_area_->setDebugMode(true); |
| 843 | layout_computer_->setDebugMode(true); |
| 844 | emit needsLayoutUpdate(); |
| 845 | emit needsRedrawing(); |
| 846 | } |
| 847 | |
| 848 | void TraditionalView::setDarkMode(bool d) |
| 849 | { |
nothing calls this directly
no outgoing calls
no test coverage detected