Differences From Artifact [dfb9eb98ed]:
- File src/QtGui/QtPaintDevice.mm — part of check-in [860515ac5a] at 2017-05-08 00:11:18 on branch trunk — Update to recent ObjFW changes (user: js, size: 2204) [annotate] [blame] [check-ins using]
To Artifact [ac42e38a1e]:
- File src/QtGui/QtPaintDevice.mm — part of check-in [4ae247a25d] at 2019-03-15 00:07:00 on branch trunk — Use dot syntax (user: js, size: 2202) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + | using ObjQt::toQt; @implementation QtPaintDevice @dynamic qObject; - (QPaintDevice *)qPaintDevice { |
︙ |