forked from qt-creator/qt-creator
QmlDebug: Fix crash on app closing
Make sure that the engineClient object is the parent of all of its queries, since the destructor of a query might try to access the client ... Reviewed-by: Christiaan Janssen Task-number: QTCREATORBUG-4105
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
bool setMethodBodyForObject(int objectDebugId, const QString &methodName, const QString &methodBody);
|
||||
bool resetBindingForObject(int objectDebugId, const QString &propertyName);
|
||||
QDeclarativeDebugExpressionQuery *queryExpressionResult(int objectDebugId, const QString &expr, QObject *parent=0);
|
||||
QDeclarativeDebugExpressionQuery *queryExpressionResult(int objectDebugId, const QString &expr);
|
||||
void clearComponentCache();
|
||||
|
||||
bool addObjectWatch(int objectDebugId);
|
||||
|
||||
Reference in New Issue
Block a user