Make more things properties

This commit is contained in:
Jonathan Schleifer 2017-11-19 16:05:11 +01:00
parent 8febea385e
commit 1af25740d4
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
6 changed files with 55 additions and 55 deletions

View file

@ -37,11 +37,11 @@
@property (nonatomic) of_dimension_t iconSize;
@property (nonatomic) QKeySequence shortcut;
@property (nonatomic, copy) OFString *text;
@property (readonly, nonatomic) QButtonGroup *group;
- initWithQWidget: (QWidget *)qWidget OF_UNAVAILABLE;
- initWithQAbstractButton: (QAbstractButton *)qAbstractButton
OF_DESIGNATED_INITIALIZER;
- (QButtonGroup *)group;
@end
namespace ObjQt {