MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / configChanged

Method configChanged

Settings/ProfileConfigTab.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// makes sense to restart certain things or not.
46
47void
48ProfileConfigTab::configChanged(bool restart)
49{
50 this->modified = true;
51 this->needsRestart = this->needsRestart || restart;
52 emit changed();
53}
54
55bool
56ProfileConfigTab::shouldDisregardTweaks(void)

Callers 13

onLoadProfileClickedMethod · 0.95
onToggleSourceTypeMethod · 0.95
onDeviceChangedMethod · 0.95
onFormatChangedMethod · 0.95
onAntennaChangedMethod · 0.95
onRemoteParamsChangedMethod · 0.95
onCheckButtonsToggledMethod · 0.95
onSpinsChangedMethod · 0.95
onBandwidthChangedMethod · 0.95
onBrowseCaptureFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected