| 71 | } |
| 72 | |
| 73 | std::string MacroConditionStudioMode::GetShortDesc() const |
| 74 | { |
| 75 | if (_condition == StudioModeCondition::PREVIEW_SCENE) { |
| 76 | return _scene.ToString(); |
| 77 | } |
| 78 | return ""; |
| 79 | } |
| 80 | |
| 81 | static inline void populateConditionSelection(QComboBox *list) |
| 82 | { |
no test coverage detected