Differences From Artifact [579279b5d5]:
- File src/QtWidgets/QtApplication.mm — part of check-in [860515ac5a] at 2017-05-08 00:11:18 on branch trunk — Update to recent ObjFW changes (user: js, size: 3271) [annotate] [blame] [check-ins using]
To Artifact [791c79a84e]:
- File src/QtWidgets/QtApplication.mm — part of check-in [4c1be2eafb] at 2017-11-20 01:13:20 on branch trunk — Add QtGraphicsWidget (user: js, size: 3280) [annotate] [blame] [check-ins using]
︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + | - (of_dimension_t)globalStrut { return toOF(toQt(self)->globalStrut()); } - (void)setGlobalStrut: (of_dimension_t)globalStrut { |
︙ |