| 172 | } |
| 173 | |
| 174 | std::string MacroConditionSceneVisibility::GetShortDesc() const |
| 175 | { |
| 176 | if (_source.ToString().empty()) { |
| 177 | return ""; |
| 178 | } |
| 179 | return _scene.ToString() + " - " + _source.ToString(); |
| 180 | } |
| 181 | |
| 182 | static inline void populateConditionSelection(QComboBox *list) |
| 183 | { |
no test coverage detected