Declare designated initializers
This commit is contained in:
parent
20ca71e816
commit
dcc0d5e48a
13 changed files with 17 additions and 14 deletions
|
@ -87,7 +87,7 @@
|
|||
@property (readonly, nonatomic) int y;
|
||||
|
||||
- initWithQObject: (QObject *)qObject OF_UNAVAILABLE;
|
||||
- initWithQWidget: (QWidget *)qWidget;
|
||||
- initWithQWidget: (QWidget *)qWidget OF_DESIGNATED_INITIALIZER;
|
||||
- (OFArray OF_GENERIC(QtAction *) *)actions;
|
||||
- (void)activateWindow;
|
||||
- (void)addAction: (QtAction *)action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue