Declare designated initializers
This commit is contained in:
parent
20ca71e816
commit
dcc0d5e48a
13 changed files with 17 additions and 14 deletions
|
@ -47,7 +47,7 @@
|
|||
@property (nonatomic, copy) OFString *whatsThis;
|
||||
|
||||
- initWithQObject: (QObject *)qObject OF_UNAVAILABLE;
|
||||
- initWithQAction: (QAction *)qAction;
|
||||
- initWithQAction: (QAction *)qAction OF_DESIGNATED_INITIALIZER;
|
||||
- (QActionGroup *)actionGroup;
|
||||
- (void)activate: (QAction::ActionEvent)event;
|
||||
- (QList<QGraphicsWidget *>)associatedGraphicsWidgets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue