changeset 7235 | baa69bd025d9 |
parent 6952 | 7f70f37bbf08 |
child 8179 | a1ffcb559f99 |
--- a/QTfrontend/ui_hwform.cpp Mon Jun 11 17:56:10 2012 +0400 +++ b/QTfrontend/ui_hwform.cpp Mon Jun 11 18:15:30 2012 +0400 @@ -46,6 +46,7 @@ #include "pagegamestats.h" #include "pageplayrecord.h" #include "pagedata.h" +#include "pagevideos.h" #include "hwconsts.h" void Ui_HWForm::setupUi(HWForm *HWForm) @@ -145,4 +146,7 @@ pageFeedback = new PageFeedback(); Pages->addWidget(pageFeedback); + + pageVideos = new PageVideos(); + Pages->addWidget(pageVideos); }