Differences From Artifact [209f0c7bf9]:
- File ObjQt.pro — part of check-in [ed8ed56b3a] at 2017-04-09 12:19:53 on branch trunk — Add OFString (QString) (user: js, size: 1083) [annotate] [blame] [check-ins using]
To Artifact [ca2d60cd6c]:
- File
ObjQt.pro
— part of check-in
[6de2243af6]
at
2017-04-09 12:20:40
on branch trunk
— Ownership fix for QtChildEvent
When created using initWithType:child:, it should take ownership of the
underlying QChildEvent. (user: js, size: 1076) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | QtGui/QtGuiApplication.h \ QtGui/QtPaintDevice.h \ QtWidgets/QtApplication.h \ QtWidgets/QtWidget.h SOURCES += common/OFString+QString.mm \ QtCore/QtChildEvent.mm \ |
︙ |