Declare designated initializers
This commit is contained in:
parent
20ca71e816
commit
dcc0d5e48a
13 changed files with 17 additions and 14 deletions
|
@ -39,7 +39,8 @@
|
|||
@property (nonatomic, copy) OFString *text;
|
||||
|
||||
- initWithQWidget: (QWidget *)qWidget OF_UNAVAILABLE;
|
||||
- initWithQAbstractButton: (QAbstractButton *)qAbstractButton;
|
||||
- initWithQAbstractButton: (QAbstractButton *)qAbstractButton
|
||||
OF_DESIGNATED_INITIALIZER;
|
||||
- (QButtonGroup *)group;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue