Cocoa: keep a NSWindow pointer in QCocoaWindow
The NSWindow we create could either be a QNSWindow (our NSWindow subclass) or a QNSPanel (our NSPanel subclass). Change-Id: I6e5c18328bf0fd1786a042d1fddc5b3e8be17f89 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>bb10
parent
a760289038
commit
595021e0f7
|
|
@ -133,7 +133,7 @@ public: // for QNSView
|
|||
friend class QCocoaNativeInterface;
|
||||
|
||||
QNSView *m_contentView;
|
||||
QNSWindow *m_nsWindow;
|
||||
NSWindow *m_nsWindow;
|
||||
Qt::WindowFlags m_windowFlags;
|
||||
QPointer<QWindow> m_activePopupWindow;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue