diff options
author | David Schulz <[email protected]> | 2022-10-17 11:53:23 +0200 |
---|---|---|
committer | David Schulz <[email protected]> | 2022-10-17 10:06:52 +0000 |
commit | c7cef250b36223fceebd4819597297bfb7ffc68b (patch) | |
tree | 41ada90f34cea3bdac9ca45c34426fc0b38e1e64 /src/plugins/docker/dockerdevice.h | |
parent | a16e74fe965163c49e63f73923b18b36b75309a0 (diff) |
Docker: fix device path mapping
Amends 1fa32552425f0c3fd98ae20bfd26b8b85bfda3e0
Change-Id: Idd2e0916769cd822b97e1fc851d8f706316cca83
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/docker/dockerdevice.h')
-rw-r--r-- | src/plugins/docker/dockerdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h index 625b45b46ff..c455185117e 100644 --- a/src/plugins/docker/dockerdevice.h +++ b/src/plugins/docker/dockerdevice.h @@ -79,7 +79,6 @@ public: bool usableAsBuildDevice() const override; Utils::FilePath mapToGlobalPath(const Utils::FilePath &pathOnDevice) const override; - QString mapToDevicePath(const Utils::FilePath &globalPath) const override; Utils::FilePath rootPath() const override; |