Utils: Allow more finegrained subaspect ownership in AspectContainer

Currently this luckily conincides with the register/addAspect schism
but that's not necessarily true in the future.

Change-Id: I05a59d74182dbdf81193ebd790d6f9bab2d30439
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-05-24 10:49:48 +02:00
parent 3541b692f5
commit 320064f431
5 changed files with 8 additions and 19 deletions

View File

@@ -34,8 +34,6 @@ PySideBuildStepFactory::PySideBuildStepFactory()
PySideBuildStep::PySideBuildStep(BuildStepList *bsl, Id id)
: AbstractProcessStep(bsl, id)
{
setOwnsSubAspects(false);
m_pysideProject.setSettingsKey("Python.PySideProjectTool");
m_pysideProject.setLabelText(Tr::tr("PySide project tool:"));
m_pysideProject.setToolTip(Tr::tr("Enter location of PySide project tool."));