Skip to content
  • Martin Smith's avatar
    qdoc: fix inheritance information for some QML types · 900c150a
    Martin Smith authored
    
    
    This update fixes a bug introduced by the extensive changes
    for QTBUG-35377. For a QML base type loaded from an index file,
    its QML base type was not being resolved. This resulted in the
    "All members" page for some QML types to be incomplete because
    the pointer to the base type was 0 when it should have been set.
    This change also introduces the concept of "just in time"
    resolution for base type pointers, which appears to speed up
    qdoc a little.
    
    Task-number: QTBUG-37326
    Change-Id: I5f09336ec70ba84029b44b245c56f7f8fe349757
    Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
    900c150a