Index: sources/view/VDeviceInformation.h =================================================================== diff -u -rc3bf2cd135f9351e16eb0f4237f71a7be38a4ce4 -r4c3c38d7f96cd63be776677bec5d1d0aa574611a --- sources/view/VDeviceInformation.h (.../VDeviceInformation.h) (revision c3bf2cd135f9351e16eb0f4237f71a7be38a4ce4) +++ sources/view/VDeviceInformation.h (.../VDeviceInformation.h) (revision 4c3c38d7f96cd63be776677bec5d1d0aa574611a) @@ -11,6 +11,8 @@ #include "main.h" #include "GuiController.h" #include "MTreatmentAdjustHDVersionsResponse.h" +#include "MHDSerialNumberResponse.h" +#include "MDGSerialNumberResponse.h" // forward declarations class tst_views; @@ -32,6 +34,8 @@ VIEW_DEC_CLASS(VDeviceInformation) VIEW_DEC_SLOT(AdjustHDVersionsResponseData) VIEW_DEC_SLOT(AdjustDGVersionsResponseData) +VIEW_DEC_SLOT(HDSerialNumberResponseData) +VIEW_DEC_SLOT(DGSerialNumberResponseData) protected: PROPERTY(QString, mUIVersion, "")