src/hbcore/utils/hbxmlloaderabstractactions_p.cpp
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   170 bool HbXmlLoaderAbstractActions::setToolTip( const HbXmlVariable &tooltip )
   170 bool HbXmlLoaderAbstractActions::setToolTip( const HbXmlVariable &tooltip )
   171 {
   171 {
   172     Q_UNUSED(tooltip);
   172     Q_UNUSED(tooltip);
   173     return RETURNVALUE;
   173     return RETURNVALUE;
   174 }
   174 }
       
   175 
       
   176 bool HbXmlLoaderAbstractActions::setBackground( const QString &name, HbFrameDrawer::FrameType type )
       
   177 {
       
   178     Q_UNUSED(name);
       
   179     Q_UNUSED(type);
       
   180     return RETURNVALUE;
       
   181 }
       
   182 
   175 
   183 
   176 bool HbXmlLoaderAbstractActions::createAnchorLayout( const QString &widget, bool modify )
   184 bool HbXmlLoaderAbstractActions::createAnchorLayout( const QString &widget, bool modify )
   177 {
   185 {
   178     Q_UNUSED(widget);
   186     Q_UNUSED(widget);
   179     Q_UNUSED(modify);
   187     Q_UNUSED(modify);