Skip to content

Fix for inheritance error in QLoggingTableModel.

__init__() of QLoggingTableModel called super(Qt.QAbstractTableModel), instead of Qt.QAbstractTableModel.__init()__. This works under PyQt5, but fails under PySide2.

Edited by Carlos Pascual

Merge request reports