QTfrontend/ui_hwform.cpp
changeset 7687 c73fd8cfa7c0
parent 7235 baa69bd025d9
child 8179 a1ffcb559f99
--- a/QTfrontend/ui_hwform.cpp	Mon Aug 27 17:40:16 2012 +0200
+++ b/QTfrontend/ui_hwform.cpp	Sun Sep 16 16:54:51 2012 +0200
@@ -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);
 }