forked from qt-creator/qt-creator
iOS: Add UI for simulator device management
UI under devices tab to enable iOS simulator device management Task-number: QTCREATORBUG-17602 Change-Id: I66dbf57f07dac107c253518ded5ffd78b8ce4555 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
bool isBooted() const { return state.compare(QStringLiteral("Booted")) == 0; }
|
||||
bool isShutdown() const { return state.compare(QStringLiteral("Shutdown")) == 0; }
|
||||
bool isShuttingDown() const { return state == "Shutting Down"; }
|
||||
bool operator==(const SimulatorInfo &other) const;
|
||||
bool operator!=(const SimulatorInfo &other) const { return !(*this == other); }
|
||||
bool available;
|
||||
QString state;
|
||||
QString runtimeName;
|
||||
|
||||
Reference in New Issue
Block a user