aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevice.h
diff options
context:
space:
mode:
authorMarcus Tillmanns <[email protected]>2022-09-22 13:12:51 +0200
committerMarcus Tillmanns <[email protected]>2022-09-27 09:19:34 +0000
commit5f624887617d2158031f6808e806626fb7e24515 (patch)
tree5d41372391f29748c27b6d257cc30f7cf7b817ff /src/plugins/docker/dockerdevice.h
parente1d5e7c01f440e9554d0b0bec13e220608769c58 (diff)
Device: Add prepareForBuild()
Change-Id: I505c4e660838bc94dcdc83ba91ec225910b8f60d Reviewed-by: Leena Miettinen <[email protected]> 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, 2 insertions, 0 deletions
diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h
index d76329e208b..32997070693 100644
--- a/src/plugins/docker/dockerdevice.h
+++ b/src/plugins/docker/dockerdevice.h
@@ -122,6 +122,8 @@ public:
void updateContainerAccess() const;
void setMounts(const QStringList &mounts) const;
+ bool prepareForBuild(const ProjectExplorer::Target *target) override;
+
protected:
void fromMap(const QVariantMap &map) final;
QVariantMap toMap() const final;