Skip to content
Commit 6dd6efa7 authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Fix fetchMore and endResetModel race in QAbstractItemModelTester

Enforce that no item model operation (like beginInsertRows) may be
started while a model reset is active. It looks like model tester is too
strict here by not waiting endModel() to be completed, though this geard
makes sense in order to protect the order of operations.
parent a0dc119e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment