Skip to content
  • Michael Reeves's avatar
    use std::list not QList · d25cb3a4
    Michael Reeves authored
    std::list is close to QLinkedList behavoir wise.
    In particular it matches rules about what operations invalidate iterators.
    
    BUG: 385942
    FIXED-IN:1.8
    d25cb3a4