MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / varToggle

Method varToggle

gui/qt/mainwindow.cpp:1900–1904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1898}
1899
1900void MainWindow::varToggle() {
1901 guiReceive = !guiReceive;
1902 varUpdate();
1903 varShow();
1904}
1905
1906void MainWindow::varSelect() {
1907 if (guiDebug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected