diff options
author | hjk <[email protected]> | 2022-12-14 17:26:30 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2022-12-15 12:26:00 +0000 |
commit | 5787a22f699e4bc766d9d6099117c3167af23184 (patch) | |
tree | 092c20814d5442712922e5f9f58820e1f03352b8 /src/plugins/docker/dockerdevice.h | |
parent | 67c2570d748efdbddf6f052023f725cd8aa3f49d (diff) |
ProjectExplorer: Merge IDevice::{filePath,mapToGlobalPath}
They were doing practically the same. Keep the 'filePath' name for
now until something more fitting comes up.
Change-Id: I96ca4da4b30b7b463583e002f2c19d6e6c5541e6
Reviewed-by: Jarek Kobus <[email protected]>
Diffstat (limited to 'src/plugins/docker/dockerdevice.h')
-rw-r--r-- | src/plugins/docker/dockerdevice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h index cedb045205f..4c5cd20e921 100644 --- a/src/plugins/docker/dockerdevice.h +++ b/src/plugins/docker/dockerdevice.h @@ -81,9 +81,8 @@ public: ProjectExplorer::DeviceTester *createDeviceTester() const override; bool usableAsBuildDevice() const override; - Utils::FilePath mapToGlobalPath(const Utils::FilePath &pathOnDevice) const override; - Utils::FilePath rootPath() const override; + Utils::FilePath filePath(const QString &pathOnDevice) const override; bool handlesFile(const Utils::FilePath &filePath) const override; bool ensureReachable(const Utils::FilePath &other) const override; |