Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-76560

QAbstractItemModel: Race Condition while fetching data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.12.4
    • Remote Objects
    • None

      When the QAbstractItemModelReplicaImplementation receives the reply of the data fetch request the data are assigned to the model rows that were valid at the the time the request was sent. If rows have been moved in the meantime this assignment is not correct.

      Instead the replica must track all requested rows via QPersistentModelIndexes.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            bstottle Brett Stottlemyer
            jirauser43583 user-49824 (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes