Skip to content

KRearrangeColumnsProxyModel: only column 0 has children

This fixes an assert from QAbstractItemModelTester, which says:

   Common error test #3, the second column should NOT have the same children
   as the first column in a row.
   Usually the second column shouldn't have children.

and which looks like:

  'childIndex != childIndex1' returned FALSE. ()

Merge request reports