From b6eff1b9cf4cc07975f2a237bfa27c3e8bf8c869 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 1 Aug 2024 12:52:36 +0200 Subject: ProjectExplorer: Change IDevice::toMap signature From Store toMap() to toMap(Store). More symmetric code on the user side and better in line with ProjectConfiguration/AspectContainer at the price of a few more lines in the base. Change-Id: I6069c96c250c1846e870879bcb52c58fdd806478 Reviewed-by: Christian Kandeler --- src/plugins/docker/dockerdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/docker/dockerdevice.h') diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h index e08a60cbc3c..709ae09e0f0 100644 --- a/src/plugins/docker/dockerdevice.h +++ b/src/plugins/docker/dockerdevice.h @@ -87,7 +87,7 @@ public: protected: void fromMap(const Utils::Store &map) final; - Utils::Store toMap() const final; + void toMap(Utils::Store &map) const final; private: void aboutToBeRemoved() const final; -- cgit v1.2.3