| 194 | } |
| 195 | |
| 196 | static QStringList getVideoSourcesList() |
| 197 | { |
| 198 | auto sources = GetVideoSourceNames(); |
| 199 | sources.sort(); |
| 200 | return sources; |
| 201 | } |
| 202 | |
| 203 | MacroActionScreenshotEdit::MacroActionScreenshotEdit( |
| 204 | QWidget *parent, std::shared_ptr<MacroActionScreenshot> entryData) |
nothing calls this directly
no test coverage detected