ProjectExplorer: Use aspects as direct members in MakeStep

Less indirection.

Change-Id: Ie0086f7f2365512694fb3de77d3efc838e6e95ed
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-06-01 11:13:02 +02:00
parent 24df1f1183
commit 49e17591ea
4 changed files with 61 additions and 76 deletions

View File

@@ -2347,7 +2347,7 @@ void IntegersAspect::setDefaultValue(const QList<int> &value)
*/
TextDisplay::TextDisplay(AspectContainer *container)
: BaseAspect(container)
: BaseAspect(container), d(new Internal::TextDisplayPrivate)
{}
/*!