Fix tvOS build
Change-Id: I128605050b68787f8c9671f4aa8de0a1667301d8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
5d1e5003be
commit
1cc6cc56e1
|
|
@ -53,11 +53,9 @@ QT_END_NAMESPACE
|
|||
|
||||
#ifndef Q_OS_TVOS
|
||||
@property (nonatomic, assign) UIInterfaceOrientation lockedOrientation;
|
||||
#endif
|
||||
|
||||
// UIViewController
|
||||
@property (nonatomic, assign) BOOL prefersStatusBarHidden;
|
||||
#ifndef Q_OS_TVOS
|
||||
@property (nonatomic, assign) UIStatusBarAnimation preferredStatusBarUpdateAnimation;
|
||||
@property (nonatomic, assign) UIStatusBarStyle preferredStatusBarStyle;
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -229,9 +229,11 @@
|
|||
|
||||
@implementation QIOSViewController
|
||||
|
||||
#ifndef Q_OS_TVOS
|
||||
@synthesize prefersStatusBarHidden;
|
||||
@synthesize preferredStatusBarUpdateAnimation;
|
||||
@synthesize preferredStatusBarStyle;
|
||||
#endif
|
||||
|
||||
- (id)initWithQIOSScreen:(QT_PREPEND_NAMESPACE(QIOSScreen) *)screen
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue