diff -r 26173dd0c606 -r 8d569c7b36a2 QTfrontend/hwform.cpp --- 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) {