aboutsummaryrefslogtreecommitdiffstats
path: root/keyword-errors.lst
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-01-07 12:46:13 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-01-08 11:47:47 +0000
commitc8970b29d76415d41fa383cbe5eb77eefb191fa1 (patch)
tree3cadb0b721f8bd9778a07589fe693bc6e0a00210 /keyword-errors.lst
parent1bd279b01d06eba0abbbb5fea0c12a6de2600cdd (diff)
[reg] Remove createIndex method that uses PyObject*
Even though we have support for Void*, having to import it as an additional class to be able to call a separate function, is adding too much complexity so something that should be easy to do, like creating an index for an itemmodel. The regression is a change that replaced the way of doing: QAbstractItemModel.createIndex(0, 0, PyObject*) to QAbstractItemModel.createIndex(0, 0, VoidPtr(PyObject*)) which is not really intuitive, and is generating other issues. Included modification in the registries too. Change-Id: Ie6112c6baeb4fc3b22fc78e7edeb66aa4a17c22b Fixes: PYSIDE-883 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'keyword-errors.lst')
0 files changed, 0 insertions, 0 deletions