aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
blob: cd0f27e7219c64fe6a4a079892f75d1a6af726be (plain)
1
2
3
4
5
6
7
8
tree c8d88697d78f5429c473ed5b847e0950afc45ab3
parent a63ef40d57618e82eb3c54510b7501609ac4b7c6
author Christian Tismer <ctismer@gmail.com> 1434556030 +0200
committer Christian Tismer <ctismer@gmail.com> 1434556030 +0200

together with the shiboken commit af111f1, we have a working QtCore.QObject for the first time!!!

That made everything so complicated: The most basic type QObject is heavily changed in Qt5, and nothing worked without this.