Fix tvOS build

Change-Id: I128605050b68787f8c9671f4aa8de0a1667301d8
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Jake Petroules 2016-10-14 08:49:54 -07:00
parent 5d1e5003be
commit 1cc6cc56e1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -229,9 +229,11 @@
@implementation QIOSViewController
#ifndef Q_OS_TVOS
@synthesize prefersStatusBarHidden;
@synthesize preferredStatusBarUpdateAnimation;
@synthesize preferredStatusBarStyle;
#endif
- (id)initWithQIOSScreen:(QT_PREPEND_NAMESPACE(QIOSScreen) *)screen
{