Skip to content
  • Utkarsh Ayachit's avatar
    fixes assert in !2950. · 2bb6de26
    Utkarsh Ayachit authored
    fixes pv.OpenSaveData test failure due to the flags not getting reset
    correctly after reset session. that was because we were using QPointer
    to check if the representationw as changed, which is not adequate since
    QPointer can be nulled externally. fixed by using a void-ptr to catch
    change in representation pointer.
    2bb6de26