Differences From Artifact [633824ebd6]:
- File src/QtGui/QtPaintDevice.h — part of check-in [ddbc7922c5] at 2017-11-19 15:05:11 on branch trunk — Make more things properties (user: js, size: 2236) [annotate] [blame] [check-ins using]
To Artifact [44435cb862]:
- File src/QtGui/QtPaintDevice.h — part of check-in [4c1be2eafb] at 2017-11-20 01:13:20 on branch trunk — Add QtGraphicsWidget (user: js, size: 2240) [annotate] [blame] [check-ins using]
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | @interface QtPaintDevice: OFObject <QtPaintDevice> @property (readonly, nonatomic) QObject *qObject; @end namespace ObjQt { static OF_INLINE QPaintDevice * |