ios: better deploy messages (and handling of missing devices)

Change-Id: I77faa28b1300bbf59f56cf20855147f67fd69368
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Fawzi Mohamed
2013-10-07 16:07:16 +02:00
parent dd08503062
commit a874537b0f
2 changed files with 14 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ private slots:
void handleDidTransferApp(Ios::IosToolHandler *handler, const QString &bundlePath, const QString &deviceId,
Ios::IosToolHandler::OpStatus status);
void handleFinished(Ios::IosToolHandler *handler);
void handleErrorMsg(Ios::IosToolHandler *handler, const QString &msg);
private:
IosDeployStep(ProjectExplorer::BuildStepList *bc,