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

Method setStatusBarState

gui/qt/settings.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void MainWindow::setStatusBarState(bool state) {
426 ui->statusBar->setHidden(state);
427 ui->actionHideStatusBar->setChecked(state);
428 m_config->setValue(SETTING_WINDOW_STATUSBAR, state);
429}
430
431void MainWindow::setDebugIgnoreBreakpoints(bool state) {
432 ui->buttonToggleBreakpoints->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected