| 96 | } |
| 97 | |
| 98 | void SourceSettingsButtonSelection::SetSelection( |
| 99 | const OBSWeakSource &source, const SourceSettingButton &button) |
| 100 | { |
| 101 | SetSource(source, false); |
| 102 | setCurrentText(QString::fromStdString(button.ToString())); |
| 103 | } |
| 104 | |
| 105 | void SourceSettingsButtonSelection::PopulateSelection( |
| 106 | const OBSWeakSource &source) |