Declare designated initializers

This commit is contained in:
Jonathan Schleifer 2017-05-14 02:57:09 +02:00
parent 20ca71e816
commit dcc0d5e48a
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
13 changed files with 17 additions and 14 deletions

View file

@ -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;