Index: sources/view/VUIPowerOnSelfTest.h =================================================================== diff -u -r8f45330e0b1af61e029bece73c9f23669ada56c1 -ra73067eedc12bcb4a41afdf4aabb6db9f1994f33 --- sources/view/VUIPowerOnSelfTest.h (.../VUIPowerOnSelfTest.h) (revision 8f45330e0b1af61e029bece73c9f23669ada56c1) +++ sources/view/VUIPowerOnSelfTest.h (.../VUIPowerOnSelfTest.h) (revision a73067eedc12bcb4a41afdf4aabb6db9f1994f33) @@ -23,6 +23,7 @@ #include "main.h" // Doxygen : don't remove #include "VView.h" #include "GuiController.h" +#include "MHDRequestVersions.h" // namespace namespace View { @@ -37,6 +38,7 @@ Q_OBJECT VIEW_DEC_CLASS(VUIPowerOnSelfTest) + VIEW_DEC_SLOT(HDRequestVersionsData) private: struct PostTest { @@ -59,5 +61,6 @@ signals: void didAdjustment(const AdjustUIPostFinalResultRequestData &data); + void didAdjustment(const AdjustUIPostReportVersionRequestData &data); }; }