aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockerdevice.h
diff options
context:
space:
mode:
authorMarcus Tillmanns <[email protected]>2022-12-02 15:41:02 +0100
committerMarcus Tillmanns <[email protected]>2022-12-09 14:00:19 +0000
commitbcfaf00d0063cd549e0edaf17d70b9c8228a4dff (patch)
treea0c87b8d81ed12cbbb75cad6c6344ca55ff22324 /src/plugins/docker/dockerdevice.h
parentd3487b1bde9d5814714fcaad3ef2e653aac336ef (diff)
ProjectExplorer: Add clangdExecutable to IDevice
Diffstat (limited to 'src/plugins/docker/dockerdevice.h')
-rw-r--r--src/plugins/docker/dockerdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/docker/dockerdevice.h b/src/plugins/docker/dockerdevice.h
index 7bf12d961f2..cedb045205f 100644
--- a/src/plugins/docker/dockerdevice.h
+++ b/src/plugins/docker/dockerdevice.h
@@ -99,6 +99,7 @@ public:
void setMounts(const QStringList &mounts) const;
bool prepareForBuild(const ProjectExplorer::Target *target) override;
+ std::optional<Utils::FilePath> clangdExecutable() const override;
protected:
void fromMap(const QVariantMap &map) final;