Index: sources/view/vtreatmentadjustmentsresponse.h =================================================================== diff -u -r11909fd034451197eeb590176e4a8c52657cdab8 -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d --- sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 11909fd034451197eeb590176e4a8c52657cdab8) +++ sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) @@ -21,14 +21,21 @@ #include "vview.h" #include "guiglobals.h" +// forward diclations +class tst_views; + // namespace using namespace Gui; namespace View { class VTreatmentAdjustmentsResponse : public QObject { + Q_OBJECT + // friends + friend class ::tst_views; + PROPERTY( bool , adjustment_Accepted , 0, false) // coco begin validated: The Reason property as quint32 is not used directly in GUI // it will be used as QString text.