Differences From 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]
To Artifact [f2a0c475c4]:
- File src/QtGui/QtPaintDevice.h — part of check-in [4ae247a25d] at 2019-03-15 00:07:00 on branch trunk — Use dot syntax (user: js, size: 2238) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
49 50 51 52 53 54 55 | @end namespace ObjQt { static OF_INLINE QPaintDevice * toQt(id <QtPaintDevice> paintDevice) { | | | 49 50 51 52 53 54 55 56 57 58 59 | @end namespace ObjQt { static OF_INLINE QPaintDevice * toQt(id <QtPaintDevice> paintDevice) { return paintDevice.qPaintDevice; } } |