forked from qt-creator/qt-creator
QML JS Inspector: Added method to clear component cache
This one should be called when a component is changed and components using it need to be reloaded.
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
|
||||
bool setMethodBodyForObject(int objectDebugId, const QString &methodName, const QString &methodBody);
|
||||
bool resetBindingForObject(int objectDebugId, const QString &propertyName);
|
||||
void clearComponentCache();
|
||||
|
||||
// returns the object references for the given url.
|
||||
QList<QDeclarativeDebugObjectReference> objectReferences(const QUrl &url = QUrl()) const;
|
||||
|
||||
Reference in New Issue
Block a user