forked from qt-creator/qt-creator
Debugger: Register common aspects
Change-Id: Iaa43758bdf0e5060830213ae744a2d0baedf6c15 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -442,8 +442,8 @@ public:
|
||||
};
|
||||
|
||||
|
||||
SourcePathMapAspect::SourcePathMapAspect()
|
||||
: d(new SourcePathMapAspectPrivate)
|
||||
SourcePathMapAspect::SourcePathMapAspect(AspectContainer *container)
|
||||
: TypedAspect(container), d(new SourcePathMapAspectPrivate)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user