QTfrontend/hwform.cpp
changeset 13086 8d569c7b36a2
parent 12924 48b9f15859b0
child 13197 0bc5f618ca7c
equal deleted inserted replaced
13085:26173dd0c606 13086:8d569c7b36a2
   644 void HWForm::GoToVideos()
   644 void HWForm::GoToVideos()
   645 {
   645 {
   646     GoToPage(ID_PAGE_VIDEOS);
   646     GoToPage(ID_PAGE_VIDEOS);
   647 }
   647 }
   648 
   648 
       
   649 void HWForm::GoToTraining()
       
   650 {
       
   651     GoToPage(ID_PAGE_TRAINING);
       
   652 }
       
   653 
   649 //TODO: maybe find a better place for this?
   654 //TODO: maybe find a better place for this?
   650 QString HWForm::stringifyPageId(quint32 id)
   655 QString HWForm::stringifyPageId(quint32 id)
   651 {
   656 {
   652     QString pageName;
   657     QString pageName;
   653     switch (id)
   658     switch (id)