| 58 | } |
| 59 | |
| 60 | void ComponentInfosEditor::setComponentReference() |
| 61 | { |
| 62 | _project->setComponentInfo(UConfigProject::ComponentReferenceInfo, _referenceEdit->text()); |
| 63 | } |
| 64 | |
| 65 | void ComponentInfosEditor::setComponentPackages() |
| 66 | { |
nothing calls this directly
no test coverage detected