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

Fix KSelectionProxyModel usage in QTableView

The proxy would initially say columnCount==0 and would then omit to notify
about the insertion of columns. Simpler to just always have columns, even
when we have 0 rows.

CCBUG: 352369
CCMAIL: steveire@gmail.com
parent 487c3c14
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