| 1898 | } |
| 1899 | |
| 1900 | void MainWindow::varToggle() { |
| 1901 | guiReceive = !guiReceive; |
| 1902 | varUpdate(); |
| 1903 | varShow(); |
| 1904 | } |
| 1905 | |
| 1906 | void MainWindow::varSelect() { |
| 1907 | if (guiDebug) { |
nothing calls this directly
no outgoing calls
no test coverage detected