src/gui/s60framework/qs60mainappui.cpp
changeset 30 5dc02b23752f
parent 29 b72c6db6890b
child 33 3e2da88830cd
--- a/src/gui/s60framework/qs60mainappui.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/s60framework/qs60mainappui.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -64,9 +64,6 @@
 #include <private/qt_s60_p.h>
 #include <qdebug.h>
 
-//Animated wallpapers in Qt applications are not supported.
-const TInt KAknDisableAnimationBackground = 0x02000000;
-
 QT_BEGIN_NAMESPACE
 
 /*!
@@ -118,11 +115,6 @@
     TInt flags = CAknAppUi::EAknEnableSkin
                  | CAknAppUi::ENoScreenFurniture
                  | CAknAppUi::ENonStandardResourceFile;
-    // After 5th Edition S60, native side supports animated wallpapers.
-	// However, there is no support for that feature on Qt side, so indicate to
-	// native UI framework that this application will not support background animations.
-    if (QSysInfo::s60Version() > QSysInfo::SV_S60_5_0)
-        flags |= KAknDisableAnimationBackground;
     BaseConstructL(flags);
 }