| 158 | } |
| 159 | |
| 160 | void UConfigProject::selectComponent(Component *component) |
| 161 | { |
| 162 | if (component != _activeComponent) |
| 163 | { |
| 164 | _activeComponent = component; |
| 165 | emit activeComponentChange(component); |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | void UConfigProject::setComponentInfo(UConfigProject::ComponentInfoType infoType, const QVariant &value) |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected