Skip to content
  • Przemyslaw Gorszkowski's avatar
    ClassView: improvements of performance for flat tree view · fa33294f
    Przemyslaw Gorszkowski authored
    
    
    Improved lazy loading mechanism. The main problem here was that
    fetchMore function creates children items not only for selected
    item but also for children items.
    When one changed something in code then whole treeview was rebuilt
    (and fetchMore function was called).
    
    Replaced using "contains" and operator[] with 'value'.
    
    Task-number: QTCREATORBUG-8813
    Task-number: QTCREATORBUG-8801(partially)
    Change-Id: If1ab69a0a67ff828275176ad99c3c63d2a1fa4a2
    Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
    fa33294f