src/hbcore/utils/hbxmlloaderabstractactions_p.cpp
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
--- a/src/hbcore/utils/hbxmlloaderabstractactions_p.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/utils/hbxmlloaderabstractactions_p.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -173,6 +173,14 @@
     return RETURNVALUE;
 }
 
+bool HbXmlLoaderAbstractActions::setBackground( const QString &name, HbFrameDrawer::FrameType type )
+{
+    Q_UNUSED(name);
+    Q_UNUSED(type);
+    return RETURNVALUE;
+}
+
+
 bool HbXmlLoaderAbstractActions::createAnchorLayout( const QString &widget, bool modify )
 {
     Q_UNUSED(widget);