Debugger: Register common aspects

Change-Id: Iaa43758bdf0e5060830213ae744a2d0baedf6c15
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-07-21 12:37:43 +02:00
parent ece7ae6bb5
commit fa9601990b
2 changed files with 18 additions and 18 deletions

View File

@@ -442,8 +442,8 @@ public:
};
SourcePathMapAspect::SourcePathMapAspect()
: d(new SourcePathMapAspectPrivate)
SourcePathMapAspect::SourcePathMapAspect(AspectContainer *container)
: TypedAspect(container), d(new SourcePathMapAspectPrivate)
{
}