aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevice.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2024-08-01 12:52:36 +0200
committerhjk <[email protected]>2024-08-01 14:54:43 +0000
commitb6eff1b9cf4cc07975f2a237bfa27c3e8bf8c869 (patch)
tree5d3d93e7590c518fd78e32425c33c796abe32a3b /src/plugins/docker/dockerdevice.h
parent54333873f45a6935ef12ddea4961bbf56113b4e2 (diff)
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 <[email protected]>
Diffstat (limited to 'src/plugins/docker/dockerdevice.h')
-rw-r--r--src/plugins/docker/dockerdevice.h2
1 files changed, 1 insertions, 1 deletions
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;