mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-26 04:31:39 +08:00
5.6.3 - fixed compilation on XCode 4.6
This commit is contained in:
parent
93ca037b13
commit
7c3cf33585
@ -313,7 +313,7 @@ static bool isMouseEvent(NSEvent *ev)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if ([window conformsToProtocol:@protocol(QNSWindowProtocol)]) {
|
if ([window conformsToProtocol:@protocol(QNSWindowProtocol)]) {
|
||||||
QCocoaWindow *cocoaWindow = static_cast<id<QNSWindowProtocol>>(window).helper.platformWindow;
|
QCocoaWindow *cocoaWindow = static_cast< id<QNSWindowProtocol> >(window).helper.platformWindow;
|
||||||
window.level = notification.name == NSApplicationWillResignActiveNotification ?
|
window.level = notification.name == NSApplicationWillResignActiveNotification ?
|
||||||
NSNormalWindowLevel : cocoaWindow->windowLevel(cocoaWindow->window()->flags());
|
NSNormalWindowLevel : cocoaWindow->windowLevel(cocoaWindow->window()->flags());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user