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