homescreenapp/stateplugins/hsmenuworkerstateplugin/tsrc/t_hsmenuworkerstateplugin/src/hspage_mock.cpp
changeset 97 66b5fe3c07fd
parent 90 3ac3aaebaee5
child 101 ba1b7e218624
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
   226 /*!
   226 /*!
   227     Remove page and all it's contained widgets from database
   227     Remove page and all it's contained widgets from database
   228 */
   228 */
   229 bool HsPage::deleteFromDatabase()
   229 bool HsPage::deleteFromDatabase()
   230 {
   230 {
   231 	//Not used in mock
   231     //Not used in mock
   232     return true;
   232     return true;
   233 }
   233 }
   234 
   234 
   235 /*!
   235 /*!
   236     Return list of widgets belonging to a page
   236     Return list of widgets belonging to a page
   549     }
   549     }
   550 }
   550 }
   551 
   551 
   552 HsPageVisual *HsPage::visual()const
   552 HsPageVisual *HsPage::visual()const
   553 {
   553 {
   554 	return 0;	
   554     return 0;
   555 }
   555 }