PortsGatheringMethod Class
(ProjectExplorer::PortsGatheringMethod)Public Types
typedef | Ptr |
Public Functions
virtual | ~PortsGatheringMethod() = default |
virtual Runnable | runnable(QAbstractSocket::NetworkLayerProtocol protocol) const = 0 |
virtual QList<Utils::Port> | usedPorts(const QByteArray &commandOutput) const = 0 |
Member Function Documentation
[default]
PortsGatheringMethod::~PortsGatheringMethod()
Destroys the instance of PortsGatheringMethod. The destructor is virtual.