QPA: Add a themeHint for the animations.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 8 May 2012 11:02:44 +0000 (13:02 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 00:28:31 +0000 (02:28 +0200)
commite996009eb7699cd7caecccd027e39d0eca7f60ab
tree339a2c1d935a360d45e3ff77aa9187d68431d33e
parent55070e863710d49dd4b09903be9a85ea94dff1fe
QPA: Add a themeHint for the animations.

Introduce a flag matching the Qt::UI_Effect enumeration and
return it as hint.

Replace the separate boolean flags in QApplication by a single
integer using the flags.

Change-Id: I29e33d4d23d13723ddb1b3f62fe781b9c0747572
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
src/gui/kernel/qplatformtheme.h
src/gui/kernel/qplatformtheme_qpa.cpp
src/plugins/platforms/windows/qwindowstheme.cpp
src/widgets/kernel/qapplication.cpp
src/widgets/kernel/qapplication_p.h
src/widgets/kernel/qapplication_qpa.cpp