Differences From Artifact [ac14220fb1]:
- File src/QtGui/QtPaintDevice.h — part of check-in [860515ac5a] at 2017-05-08 00:11:18 on branch trunk — Update to recent ObjFW changes (user: js, size: 1792) [annotate] [blame] [check-ins using]
To Artifact [8609205557]:
- File src/QtGui/QtPaintDevice.h — part of check-in [b2aa2ffc1d] at 2017-05-14 00:50:18 on branch trunk — Make all properties nonatomic (user: js, size: 1803) [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 | - + | - (int)physicalDPIX; - (int)physicalDPIY; - (int)width; - (int)widthMM; @end @interface QtPaintDevice: OFObject <QtPaintDevice> |
︙ |