| 1229 | } |
| 1230 | |
| 1231 | static QStringList getVideoSourcesList() |
| 1232 | { |
| 1233 | auto sources = GetVideoSourceNames(); |
| 1234 | sources.sort(); |
| 1235 | return sources; |
| 1236 | } |
| 1237 | |
| 1238 | MacroConditionVideoEdit::MacroConditionVideoEdit( |
| 1239 | QWidget *parent, std::shared_ptr<MacroConditionVideo> entryData) |
nothing calls this directly
no test coverage detected