MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / enableResultsButtons

Method enableResultsButtons

gui/mainwindow.cpp:1535–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533}
1534
1535void MainWindow::enableResultsButtons()
1536{
1537 mUI->mActionClearResults->setEnabled(mUI->mResults->hasResults());
1538 mUI->mActionSave->setEnabled(true);
1539 mUI->mActionPrint->setEnabled(true);
1540 mUI->mActionPrintPreview->setEnabled(true);
1541}
1542
1543void MainWindow::showStyle(bool checked)
1544{

Callers

nothing calls this directly

Calls 2

setEnabledMethod · 0.80
hasResultsMethod · 0.45

Tested by

no test coverage detected