Aspects: Remove some more default values

Change-Id: Iadee8b8f1eeb3ff009a667d45a51f6f5a94329ca
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2020-11-09 15:44:44 +02:00
committed by Orgad Shaneh
parent ac6bfd0620
commit 3122a1bfc5
9 changed files with 19 additions and 20 deletions

View File

@@ -177,7 +177,7 @@ void InterpreterAspect::fromMap(const QVariantMap &map)
void InterpreterAspect::toMap(QVariantMap &map) const
{
map.insert(settingsKey(), m_currentId);
saveToMap(map, m_currentId, QString());
}
void InterpreterAspect::addToLayout(LayoutBuilder &builder)