| 348 | } |
| 349 | |
| 350 | void TraditionalView::autoUpdate() |
| 351 | { |
| 352 | if (!layout_stale_) |
| 353 | return; |
| 354 | |
| 355 | const auto changed = updateLayout(); |
| 356 | if (changed) |
| 357 | { |
| 358 | emit needsRedrawing(); |
| 359 | } |
| 360 | } |
| 361 | |
| 362 | void TraditionalView::handleDoubleClick() |
| 363 | { |
nothing calls this directly
no outgoing calls
no test coverage detected