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

Method setProfile

Settings/ProfileConfigTab.cpp:726–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void
727ProfileConfigTab::setProfile(const Suscan::Source::Config &profile)
728{
729 this->profile = profile;
730 this->hasTweaks = false;
731
732 this->refreshUi();
733 this->setUnchanged();
734}
735
736void
737ProfileConfigTab::setFrequency(qint64 val)

Callers 2

onDeviceTweaksClickedMethod · 0.45

Calls 2

refreshUiMethod · 0.95
setUnchangedMethod · 0.95

Tested by

no test coverage detected