Declare designated initializers
This commit is contained in:
parent
20ca71e816
commit
dcc0d5e48a
13 changed files with 17 additions and 14 deletions
|
@ -37,7 +37,8 @@
|
|||
@property (nonatomic) QIcon windowIcon;
|
||||
|
||||
- initWithQCoreApplication: (QCoreApplication *)qCoreApplication OF_UNAVAILABLE;
|
||||
- initWithQGuiApplication: (QGuiApplication *)qGuiApplication;
|
||||
- initWithQGuiApplication: (QGuiApplication *)qGuiApplication
|
||||
OF_DESIGNATED_INITIALIZER;
|
||||
- (double)devicePixelRatio;
|
||||
- (bool)isSavingSession;
|
||||
- (bool)isSessionRestored;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue