forked from qt-creator/qt-creator
ios: adding port information to ios devices
Change-Id: I0243735159b02ac4afaf3d14ecb20381439a3997 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
Utils::FileName simulatorPath() const;
|
||||
void fromMap(const QVariantMap &map) QTC_OVERRIDE;
|
||||
QVariantMap toMap() const QTC_OVERRIDE;
|
||||
quint16 nextPort() const;
|
||||
bool canAutoDetectPorts() const QTC_OVERRIDE;
|
||||
|
||||
ProjectExplorer::IDevice::Ptr clone() const QTC_OVERRIDE;
|
||||
|
||||
@@ -68,6 +70,7 @@ protected:
|
||||
IosSimulator(const IosSimulator &other);
|
||||
private:
|
||||
Utils::FileName m_simulatorPath;
|
||||
mutable quint16 m_lastPort;
|
||||
};
|
||||
|
||||
namespace IosKitInformation {
|
||||
|
||||
Reference in New Issue
Block a user