Skip to content
Commit 1ed56dd6 authored by David Faure's avatar David Faure
Browse files

Add KIdentityProxyModel::headerData() reimp, like in Qt5's QIdentityProxyModel.

The default impl in QAbstractProxyModel calls index(0, section) to find
the mapped section number, which is slower and leads to section==-1 when
the model has no rows yet.
parent c4fd6992
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