Debugger:Apply Changes on Save modified for unsync. changes.

The user is given an option to reload the QML app if he has done
any unsynchronizable change. If the user opts to reload the QML,
Inspector informs the qtdevlarative to do so.

Change-Id: Iefc044e64380e64415630b051a60d6fe9fedfe04
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Simjees Abraham
2012-05-11 16:25:53 +02:00
committed by Kai Koehne
parent f1d3b432d5
commit d8e3121a64
9 changed files with 132 additions and 31 deletions

View File

@@ -97,6 +97,8 @@ private slots:
void onZoomActionTriggered(bool checked);
void onShowAppOnTopChanged(const QVariant &value);
void onUpdateOnSaveChanged(const QVariant &value);
void onReload();
void onReloaded();
private:
void setActiveEngineClient(QmlDebug::BaseEngineDebugClient *client);