QTfrontend/hwform.cpp
changeset 13086 8d569c7b36a2
parent 12924 48b9f15859b0
child 13197 0bc5f618ca7c
--- a/QTfrontend/hwform.cpp	Tue Mar 06 15:21:36 2018 -0500
+++ b/QTfrontend/hwform.cpp	Wed Mar 07 10:44:30 2018 +0100
@@ -646,6 +646,11 @@
     GoToPage(ID_PAGE_VIDEOS);
 }
 
+void HWForm::GoToTraining()
+{
+    GoToPage(ID_PAGE_TRAINING);
+}
+
 //TODO: maybe find a better place for this?
 QString HWForm::stringifyPageId(quint32 id)
 {