aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/linuxdevice.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2013-04-18 09:31:22 +0200
committerAurindam Jana <aurindam.jana@digia.com>2013-04-18 13:58:28 +0200
commit23be3df051fada0b3c37e631c95eeb02f3f14907 (patch)
tree79fbb8bf89463370e490fea184fb1bd948e0c696 /src/plugins/remotelinux/linuxdevice.h
parent55de6a9fb92ea28a569107f4abc81eeb39bbabd7 (diff)
DeviceSupport: Add canAutoDetectPorts() method
Use case: Devices such as Desktop device can automatically choose an available port. Change-Id: I6515425da3ae861b62d103885e2fde0e542d21d0 Reviewed-by: Christian Kandeler <christian.kandeler@digia.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 fbcafb9a50..0daa95e58e 100644
--- a/src/plugins/remotelinux/linuxdevice.h
+++ b/src/plugins/remotelinux/linuxdevice.h
@@ -69,6 +69,7 @@ public:
ProjectExplorer::IDevice::Ptr clone() const;
ProjectExplorer::DeviceProcessSupport::Ptr processSupport() const;
+ bool canAutoDetectPorts() const;
ProjectExplorer::PortsGatheringMethod::Ptr portsGatheringMethod() const;
bool canCreateProcessModel() const { return true; }
ProjectExplorer::DeviceProcessList *createProcessListModel(QObject *parent) const;