forked from qt-creator/qt-creator
ios: fix update of executable path in the UI
We now update after the profile has parsed, not when it is changed. Change-Id: I70bf9bed85c77677d0ece0d7b99dff590a9e4d47 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -88,6 +88,8 @@ protected:
|
||||
private slots:
|
||||
void proFileUpdated(QmakeProjectManager::QmakeProFileNode *pro, bool success, bool parseInProgress);
|
||||
void deviceChanges();
|
||||
signals:
|
||||
void localExecutableChanged();
|
||||
private:
|
||||
void init();
|
||||
void enabledCheck();
|
||||
|
||||
Reference in New Issue
Block a user