D26431: Fix build of python bindings for kcolumnheadersmodel

2020-01-05 Thread Antonio Rojas
This revision was automatically updated to reflect the committed changes. Closed by commit R275:89e24bd88ea7: Fix build of python bindings for kcolumnheadersmodel (authored by arojas). REPOSITORY R275 KItemModels CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26431?vs=72789=72791

D26431: Fix build of python bindings for kcolumnheadersmodel

2020-01-05 Thread Arjen Hiemstra
ahiemstra accepted this revision. ahiemstra added a comment. This revision is now accepted and ready to land. Silly sip :/ REPOSITORY R275 KItemModels REVISION DETAIL https://phabricator.kde.org/D26431 To: arojas, dfaure, ahiemstra, davidedmundson Cc: kde-frameworks-devel, LeGast00n,

D26431: Fix build of python bindings for kcolumnheadersmodel

2020-01-05 Thread Antonio Rojas
arojas created this revision. arojas added reviewers: dfaure, ahiemstra, davidedmundson. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. arojas requested review of this revision. REVISION SUMMARY Replace QModelIndex{} with QModelIndex() to make sip happy.