aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
blob: 95b454d80d1c41a81d831e6ba5591f075ccccdba (plain)
1
2
3
4
5
6
7
8
tree 0342f17226577ecfcbb91e86d5fcd714b2b9bbaf
parent 27add5d671f824eeb55b3caaaea35ef5d03b9ebc
author jumaroch <juma@roch.com> 1446832058 +0100
committer jumaroch <juma@roch.com> 1446832058 +0100

- reintroduce QDataStream wrapper at the expense of QUuid removal (it leads to incorrect generation of operator << due to cyclic dependency...)
- move QItemSelectionModel, QModelIndexList and QSortFilterProxyModel from QtGui to QtCore module
- fix windows compilation for QProcess wrapper (add wtypes.h in the qtcore include)