iOS: Move UIView helpers to once place
Change-Id: I9e20d23ad813503ea5c6bef3303ebc0f6b9e99cd Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
This commit is contained in:
parent
cc73cc9a4c
commit
cc1058a278
@ -42,11 +42,6 @@
|
|||||||
class QIOSContext;
|
class QIOSContext;
|
||||||
class QIOSWindow;
|
class QIOSWindow;
|
||||||
|
|
||||||
@interface UIView (QIOS)
|
|
||||||
@property(readonly) QWindow *qwindow;
|
|
||||||
@property(readonly) UIViewController *viewController;
|
|
||||||
@end
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
@class QUIView;
|
@class QUIView;
|
||||||
|
@ -62,7 +62,9 @@ class QIOSWindow;
|
|||||||
- (void)clearAccessibleCache;
|
- (void)clearAccessibleCache;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface QUIView (QtHelpers)
|
@interface UIView (QtHelpers)
|
||||||
|
- (QWindow *)qwindow;
|
||||||
|
- (UIViewController *)viewController;
|
||||||
- (QIOSViewController*)qtViewController;
|
- (QIOSViewController*)qtViewController;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user