Skip to content

Instantly share code, notes, and snippets.

@xstpl
Forked from unixmonkey/qt_on_osx_yosimite.patch
Last active August 29, 2015 14:25
Show Gist options
  • Save xstpl/5f1d3a308c8dce708f65 to your computer and use it in GitHub Desktop.
Save xstpl/5f1d3a308c8dce708f65 to your computer and use it in GitHub Desktop.
QT 4.8.6 on OSX Yosemite
--- ./qt-everywhere-opensource-src-4.8.6/src/gui/kernel/qcocoaapplicationdelegate_mac.mm 2014-06-12 10:20:38.000000000 +0300
+++ ./qt-everywhere-opensource-src-4.8.6/src/gui/kernel/qcocoaapplicationdelegate_mac.mm 2014-06-12 21:59:18.000000000 +0300
@@ -122,7 +122,7 @@
[dockMenu release];
[qtMenuLoader release];
if (reflectionDelegate) {
- [NSApp setDelegate:reflectionDelegate];
+ [[NSApplication sharedApplication] setDelegate:reflectionDelegate];
[reflectionDelegate release];
}
[super dealloc];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment