forked from qt-creator/qt-creator
iOS: Fix isRunning state of the app running on Simulator
Refactored IostoolHandler code and fixed isRunning(..) for Simulator Change-Id: Ib24431fc8e66f8d1be983c2e41d36df2169a9cb4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
void requestRunApp(const QString &bundlePath, const QStringList &extraArgs, RunKind runType,
|
||||
const QString &deviceId, int timeout = 1000);
|
||||
void requestDeviceInfo(const QString &deviceId, int timeout = 1000);
|
||||
bool isRunning();
|
||||
bool isRunning() const;
|
||||
void stop();
|
||||
|
||||
signals:
|
||||
@@ -84,9 +84,6 @@ signals:
|
||||
void toolExited(Ios::IosToolHandler *handler, int code);
|
||||
void finished(Ios::IosToolHandler *handler);
|
||||
|
||||
protected:
|
||||
void killProcess();
|
||||
|
||||
private:
|
||||
friend class Ios::Internal::IosToolHandlerPrivate;
|
||||
Ios::Internal::IosToolHandlerPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user