Skip to content
  • Frank Reininghaus's avatar
    Fix crash when disabling "Show in groups" · 7e5b7d56
    Frank Reininghaus authored
    The problem was that items are removed from m_visibleGroups while
    a QMutableHashIterator iterates over this hash, such that the iterator
    can become invalid. The solution is to use a QHashIterator instead,
    which takes a copy of the hash. Therefore, it is not affected if
    m_visibleGroups is modified in any way.
    
    BUG: 323248
    FIXED-IN: 4.11.1
    REVIEW: 111919
    7e5b7d56