Skip to content
Commit 9807db5c authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

Don't emit dataChanged for invalid indices

getQModelIndex can return an invalid index. If that happens, we emit
dataChanged for an invalid index, which is incorrect and may cause
errors in other models.

CCBUG: 431155
parent 119a6976
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