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:
@@ -83,6 +83,8 @@ void QDeclarativeDesignDebugServer::messageReceived(const QByteArray &message)
|
||||
int contextPathIndex;
|
||||
ds >> contextPathIndex;
|
||||
emit contextPathIndexChanged(contextPathIndex);
|
||||
} else if (type == "CLEAR_COMPONENT_CACHE") {
|
||||
emit clearComponentCacheRequested();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user