MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / setUpdateDataError

Method setUpdateDataError

src/mainwindow.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void MainWindow::setUpdateDataError(bool error) {
184 isUpdateDataError = error;
185}
186
187void MainWindow::setTabsEnabled(bool enabled) {
188 ui->overviewTab->setEnabled(enabled);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected