Index: sources/view/hd/data/post/VHDPOSTData.h =================================================================== diff -u -rb50431293b0690d6071f0fd58044880909cef01d -r3f555c49ddd2c983f469709e3c001d0e76159248 --- sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision b50431293b0690d6071f0fd58044880909cef01d) +++ sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision 3f555c49ddd2c983f469709e3c001d0e76159248) @@ -57,5 +57,18 @@ VIEW_DEC_CLASS(VHDPOSTData) VIEW_DEC_SLOT (HDPostSingleResultData) VIEW_DEC_SLOT (HDPostFinalResultData ) + +public slots: + /*! + * \brief reset + * \details In a very unlikely scenario of going back to the init state (it only happened during testing and demo) + * the UI should be able to reset the states of itself + * since the HD is not sending the messages when changing the states until the end of the POST process. + */ + void reset() { + doneResult (false); + done (false); + } + }; }