Skip to content
  • Christian Kamm's avatar
    QmlJS: Make Snapshot discard outdated Documents. · 6f4b8644
    Christian Kamm authored
    Previously, fresh versions of a Document would be added to the
    _documentsByPath QMultiHash without removing the old version first.
    This means Link could pick up old versions of a Document.
    
    Task-number: QTCREATORBUG-1418
    6f4b8644