Differences From Artifact [0228d0430e]:
- File QtGui/QtPaintDevice.h — part of check-in [01e4161d3e] at 2017-04-12 09:17:10 on branch trunk — Add a license (user: js, size: 1611) [annotate] [blame] [check-ins using]
To Artifact [7d8d2afd79]:
- File QtGui/QtPaintDevice.h — part of check-in [3ece549448] at 2017-04-15 17:18:52 on branch trunk — Make toOF/toQt more powerful and complete QtWidget (user: js, size: 1738) [annotate] [blame] [check-ins using]
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + + + + + + + + + | - (int)width; - (int)widthMM; @end @interface QtPaintDevice: OFObject <QtPaintDevice> @property (readonly) QObject *qObject; @end namespace ObjQt { static OF_INLINE QPaintDevice* toQt(QtPaintDevice *paintDevice) { return [paintDevice qPaintDevice]; } } |