| 223 | } |
| 224 | |
| 225 | void MacroConditionSceneVisibilityEdit::SourceChanged( |
| 226 | const SceneItemSelection &item) |
| 227 | { |
| 228 | GUARD_LOADING_AND_LOCK(); |
| 229 | _entryData->_source = item; |
| 230 | emit HeaderInfoChanged( |
| 231 | QString::fromStdString(_entryData->GetShortDesc())); |
| 232 | adjustSize(); |
| 233 | updateGeometry(); |
| 234 | } |
| 235 | |
| 236 | void MacroConditionSceneVisibilityEdit::SceneChanged(const SceneSelection &s) |
| 237 | { |
nothing calls this directly
no test coverage detected