src/hbcore/utils/hbxmlloaderbinaryactions_p.cpp
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
--- a/src/hbcore/utils/hbxmlloaderbinaryactions_p.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/utils/hbxmlloaderbinaryactions_p.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -30,7 +30,7 @@
 #include <QCoreApplication>
 
 #define VERSION_MAJOR 0
-#define VERSION_MINOR 1
+#define VERSION_MINOR 2
 
 /*
     \class HbXmlLoaderBinaryActions
@@ -192,6 +192,13 @@
     return true;
 }
 
+bool HbXmlLoaderBinaryActions::setBackground( const QString &name, HbFrameDrawer::FrameType type )
+{
+    mOut << (quint8)HbXml::ActionSetBackground << name << (quint8)type;
+    return true;
+}
+
+
 bool HbXmlLoaderBinaryActions::createAnchorLayout( const QString &widget, bool modify )
 {
     mOut << (quint8)HbXml::ActionCreateAnchorLayout << widget << modify;