summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2010-01-28 09:40:41 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2010-01-28 10:10:06 (GMT)
commit5ed327e29906717d3b95b910e147de6314512a61 (patch)
treef0a8527ba8008cfae08ae568f90a655b637a0ed1 /src/gui/kernel/qapplication_p.h
parente60ea3cef1dec60b0f00ddc8fa48ed639ea06ddc (diff)
downloadQt-5ed327e29906717d3b95b910e147de6314512a61.zip
Qt-5ed327e29906717d3b95b910e147de6314512a61.tar.gz
Qt-5ed327e29906717d3b95b910e147de6314512a61.tar.bz2
Cocoa: implement usage of override cursors
This have never worked in the Cocoa port, it seems. This patch gives it a try. Reviewed-by: msorvig
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index a796048..59565d4 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -458,7 +458,10 @@ public:
static OSStatus globalAppleEventProcessor(const AppleEvent *, AppleEvent *, long);
static OSStatus tabletProximityCallback(EventHandlerCallRef, EventRef, void *);
#ifdef QT_MAC_USE_COCOA
+ static void qt_initAfterNSAppStarted();
static void setupAppleEvents();
+ static void updateOverrideCursor();
+ static void disableUsageOfCursorRects(bool disable);
#endif
static bool qt_mac_apply_settings();
#endif