forked from qt-creator/qt-creator
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:
committed by
Kai Koehne
parent
f1d3b432d5
commit
d8e3121a64
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user