| 471 | } |
| 472 | |
| 473 | void MainWindow::debugBasicToggleShowFetch(bool enabled) { |
| 474 | m_basicClearCache = true; |
| 475 | m_basicShowFetches = enabled; |
| 476 | if (guiDebugBasic) { |
| 477 | debugBasicReconfigure(true); |
| 478 | } |
| 479 | } |
| 480 | |
| 481 | void MainWindow::debugBasicToggleShowTempParse(bool enabled) { |
| 482 | m_basicClearCache = true; |
nothing calls this directly
no outgoing calls
no test coverage detected