forked from qt-creator/qt-creator
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:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user