Differences From Artifact [16048af6f6]:
- File src/QtWidgets/QtAbstractButton.mm — part of check-in [860515ac5a] at 2017-05-08 00:11:18 on branch trunk — Update to recent ObjFW changes (user: js, size: 3206) [annotate] [blame] [check-ins using]
To Artifact [f1590706d2]:
- File src/QtWidgets/QtAbstractButton.mm — part of check-in [4c1be2eafb] at 2017-11-20 01:13:20 on branch trunk — Add QtGraphicsWidget (user: js, size: 3215) [annotate] [blame] [check-ins using]
︙ | |||
127 128 129 130 131 132 133 | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | - + | - (of_dimension_t)iconSize { return toOF(toQt(self)->iconSize()); } - (void)setIconSize: (of_dimension_t)iconSize { |
︙ |