MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / updatesAllowedChanged

Method updatesAllowedChanged

launcher/ui/MainWindow.cpp:693–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void MainWindow::updatesAllowedChanged(bool allowed)
694{
695 if (!APPLICATION->updaterEnabled()) {
696 return;
697 }
698 ui->actionCheckUpdate->setEnabled(allowed);
699}
700
701/*
702 * Assumes the sender is a QAction

Callers

nothing calls this directly

Calls 2

updaterEnabledMethod · 0.80
setEnabledMethod · 0.80

Tested by

no test coverage detected