aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/linuxdevice.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-04-06 13:56:32 +0200
committerhjk <hjk@theqtcompany.com>2016-04-06 14:27:12 +0000
commit4d382811f1a4119afabe5c539a5ea28f452965b2 (patch)
treeb40a9bb96fc2d8b355878d7cd37d5f266760c8a4 /src/plugins/remotelinux/linuxdevice.h
parent2e1494d0584897f3c4f8e08229ebf9d502c9a548 (diff)
ProjectExplorer: Introduce a DeviceEnvironmentFetcher
Also, provide implementations for desktop and remote linux. Change-Id: Ib02202bf1829367334035a361ac73317338cd7a6 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/remotelinux/linuxdevice.h')
-rw-r--r--src/plugins/remotelinux/linuxdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/linuxdevice.h b/src/plugins/remotelinux/linuxdevice.h
index 7a5f752024..4f18a17704 100644
--- a/src/plugins/remotelinux/linuxdevice.h
+++ b/src/plugins/remotelinux/linuxdevice.h
@@ -66,6 +66,7 @@ public:
bool hasDeviceTester() const { return true; }
ProjectExplorer::DeviceTester *createDeviceTester() const;
ProjectExplorer::DeviceProcessSignalOperation::Ptr signalOperation() const;
+ ProjectExplorer::DeviceEnvironmentFetcher::Ptr environmentFetcher() const;
protected:
LinuxDevice() {}