diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-10-19 14:14:13 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-10-20 12:17:53 (GMT) |
commit | 4e22238ac86eb7ddb88b7dec73d419767da72323 (patch) | |
tree | f511eee58e18c3aed044ee4390c615127cca7f85 /src/gui/kernel/qapplication_p.h | |
parent | 31f1ff91028dd7f90925d5b3737e4d88b5fb07aa (diff) | |
download | Qt-4e22238ac86eb7ddb88b7dec73d419767da72323.zip Qt-4e22238ac86eb7ddb88b7dec73d419767da72323.tar.gz Qt-4e22238ac86eb7ddb88b7dec73d419767da72323.tar.bz2 |
Remove workarounds for Win32 event dispatcher bugs
This includes the startstop timer delay in QAbstractAnimation, and the
inSizeMove workaround for paint events.
Reviewed-by: Prasanth Ullattil
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r-- | src/gui/kernel/qapplication_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h index 2d3d18c..92b07c7 100644 --- a/src/gui/kernel/qapplication_p.h +++ b/src/gui/kernel/qapplication_p.h @@ -441,9 +441,6 @@ public: #ifdef Q_WS_MAC static bool native_modal_dialog_active; #endif -#if defined(Q_WS_WIN) && !defined(Q_WS_WINCE) - static bool inSizeMove; -#endif static void setSystemPalette(const QPalette &pal); static void setPalette_helper(const QPalette &palette, const char* className, bool clearWidgetPaletteHash); |