forked from qt-creator/qt-creator
ios: fix deploystep displayName updating
still uses the default deploystepconfiguration, which gives some artifacts (to be fixed later) Change-Id: I3f4f8a71fbe4e18fc171aee571da72da1c9735db Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -73,9 +73,6 @@ public:
|
||||
|
||||
void run(QFutureInterface<bool> &fi) QTC_OVERRIDE;
|
||||
void cleanup();
|
||||
ProjectExplorer::IDevice::ConstPtr device() const;
|
||||
IosDevice::ConstPtr iosdevice() const;
|
||||
IosSimulator::ConstPtr iossimulator() const;
|
||||
void cancel();
|
||||
signals:
|
||||
//void done();
|
||||
@@ -89,7 +86,7 @@ private slots:
|
||||
Ios::IosToolHandler::OpStatus status);
|
||||
void handleFinished(Ios::IosToolHandler *handler);
|
||||
void handleErrorMsg(Ios::IosToolHandler *handler, const QString &msg);
|
||||
|
||||
void updateDisplayNames();
|
||||
private:
|
||||
IosDeployStep(ProjectExplorer::BuildStepList *bc,
|
||||
IosDeployStep *other);
|
||||
@@ -97,6 +94,9 @@ private:
|
||||
ProjectExplorer::BuildStepConfigWidget *createConfigWidget() QTC_OVERRIDE;
|
||||
bool immutable() const QTC_OVERRIDE { return true; }
|
||||
bool runInGuiThread() const QTC_OVERRIDE { return true; }
|
||||
ProjectExplorer::IDevice::ConstPtr device() const;
|
||||
IosDevice::ConstPtr iosdevice() const;
|
||||
IosSimulator::ConstPtr iossimulator() const;
|
||||
|
||||
void ctor();
|
||||
QString deviceId() const;
|
||||
|
||||
Reference in New Issue
Block a user