Qml Live Preview: lazily create QmlJSLiveTextPreview

This commit is contained in:
Olivier Goffart
2010-07-20 12:50:14 +02:00
parent 7bef076411
commit 95346f79e6
5 changed files with 9 additions and 16 deletions

View File

@@ -262,6 +262,12 @@ QDeclarativeDebugObjectReference ClientProxy::objectReferenceForId(int debugId)
return objectReferenceForId(debugId, m_rootObject);
}
QDeclarativeDebugObjectReference QmlJSInspector::Internal::ClientProxy::rootObjectReference() const
{
return m_rootObject;
}
QDeclarativeDebugObjectReference ClientProxy::objectReferenceForId(int debugId,
const QDeclarativeDebugObjectReference &objectRef) const
{