From cd460a363804f51ea560b5b4c94ad66df13c5674 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 12 Aug 2013 17:05:52 +0200 Subject: RunConfigurationAspect: Streamline data serialization Change-Id: I6f49dd9eeff53eafc51bd5238ca655437df12111 Reviewed-by: Tobias Hunger Reviewed-by: Daniel Teske Reviewed-by: hjk --- src/plugins/projectexplorer/environmentaspect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/projectexplorer/environmentaspect.h') diff --git a/src/plugins/projectexplorer/environmentaspect.h b/src/plugins/projectexplorer/environmentaspect.h index ab094537ee..3145490e6d 100644 --- a/src/plugins/projectexplorer/environmentaspect.h +++ b/src/plugins/projectexplorer/environmentaspect.h @@ -47,7 +47,6 @@ class PROJECTEXPLORER_EXPORT EnvironmentAspect : public IRunConfigurationAspect public: // IRunConfigurationAspect: - QVariantMap toMap() const; RunConfigWidget *createConfigurationWidget(); virtual RunConfiguration *runConfiguration() const { return m_runConfiguration; } @@ -73,6 +72,7 @@ protected: EnvironmentAspect(const EnvironmentAspect *other, RunConfiguration *parent); EnvironmentAspect(RunConfiguration *rc); void fromMap(const QVariantMap &map); + void toMap(QVariantMap &map) const; private: mutable int m_base; -- cgit v1.2.1