diff options
Diffstat (limited to 'src/plugins/incredibuild/commandbuilderaspect.cpp')
-rw-r--r-- | src/plugins/incredibuild/commandbuilderaspect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/incredibuild/commandbuilderaspect.cpp b/src/plugins/incredibuild/commandbuilderaspect.cpp index 750ec43f09c..ce499f28038 100644 --- a/src/plugins/incredibuild/commandbuilderaspect.cpp +++ b/src/plugins/incredibuild/commandbuilderaspect.cpp @@ -159,7 +159,7 @@ void CommandBuilderAspect::addToLayout(Layouting::LayoutItem &parent) updateGui(); } -void CommandBuilderAspect::fromMap(const Storage &map) +void CommandBuilderAspect::fromMap(const Store &map) { d->m_loadedFromMap = true; @@ -171,7 +171,7 @@ void CommandBuilderAspect::fromMap(const Storage &map) updateGui(); } -void CommandBuilderAspect::toMap(Storage &map) const +void CommandBuilderAspect::toMap(Store &map) const { map[IncrediBuild::Constants::INCREDIBUILD_BUILDSTEP_TYPE] = QVariant(IncrediBuild::Constants::BUILDCONSOLE_BUILDSTEP_ID); |