forked from qt-creator/qt-creator
Analyzer: Base ISettingsAspect on Utils::AspectContainer
Change-Id: Ib4c19d0cb167911dc50d989771dd53f3569db087 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -2183,6 +2183,9 @@ void AspectContainer::fromMap(const QVariantMap &map)
|
||||
{
|
||||
for (BaseAspect *aspect : qAsConst(d->m_items))
|
||||
aspect->fromMap(map);
|
||||
|
||||
emit fromMapFinished();
|
||||
|
||||
}
|
||||
|
||||
void AspectContainer::toMap(QVariantMap &map) const
|
||||
|
||||
Reference in New Issue
Block a user