diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-05-20 08:02:58 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-05-20 08:11:22 (GMT) |
commit | b118ea010442c50b4b0393847c5e7f66b17d10a8 (patch) | |
tree | 094be2b69b6de0e03876ef9348f79d6614cc5b53 /src | |
parent | 0ca7a9ea507c329ff542d54122b9a23adffa2327 (diff) | |
download | Qt-b118ea010442c50b4b0393847c5e7f66b17d10a8.zip Qt-b118ea010442c50b4b0393847c5e7f66b17d10a8.tar.gz Qt-b118ea010442c50b4b0393847c5e7f66b17d10a8.tar.bz2 |
Switch Symbian^3 QCursor implementation back to 5.0 way
The window server bug with pointer cursors may not have been fixed, in
any case enabling pointer cursors on Symbian^3 requires WriteSystemData
capability which isn't available to all applications.
This change fixes the "qt_s60_setWindowGroupCursor - null handle"
warnings when using the touch screen.
Tested with QCursor manual test (tst_allcursors)
Reviewed-by: Sami Merila
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index fcfeaf9..7825f82 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -2410,8 +2410,6 @@ QT3_SUPPORT Q_CORE_EXPORT const char *qInstallPathSysconf(); #if defined(Q_OS_SYMBIAN) #ifdef SYMBIAN_BUILD_GCE -//RWsPointerCursor is fixed, so don't use low performance sprites -#define Q_SYMBIAN_FIXED_POINTER_CURSORS #define Q_SYMBIAN_HAS_EXTENDED_BITMAP_TYPE #define Q_SYMBIAN_WINDOW_SIZE_CACHE #define QT_SYMBIAN_SUPPORTS_ADVANCED_POINTER |