summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/environmentaspect.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-08-12 17:05:52 +0200
committerhjk <hjk121@nokiamail.com>2013-08-13 13:18:42 +0200
commitcd460a363804f51ea560b5b4c94ad66df13c5674 (patch)
treec7bd2a9cda84b14d68ee689231bcfa0f156f72cb /src/plugins/projectexplorer/environmentaspect.h
parente3ae9e80b5ee2fa2445be37bdf1753695c9c0c4d (diff)
downloadqt-creator-cd460a363804f51ea560b5b4c94ad66df13c5674.tar.gz
RunConfigurationAspect: Streamline data serialization
Change-Id: I6f49dd9eeff53eafc51bd5238ca655437df12111 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/environmentaspect.h')
-rw-r--r--src/plugins/projectexplorer/environmentaspect.h2
1 files changed, 1 insertions, 1 deletions
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;