Skip to content
Commit df949d62 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

StatisticsProxyModel: fix item flags for the added columns

In Qt 5 we can't use QModelIndex::sibling() in QIdentityProxyModel if the index
points to column not available in the source model because it returns invalid
index. Instead we get the sibling by calling index(row, column), which works.
parent 948f5378
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