DEN-3149 : Treatment Ultrafiltration Adjustment - Separeted VTreatmentAdjustmentsResponse into 3 classes and used this class as parent of the two others and this class keeps the Accepted Boolean and the rejection reason. - The other two keep the actual logic of the Adjustment values/properties. - Moved the View includes from VView.h into the guiglobals.cpp since when including the vview.h the definition guard didn't let the inheritance work. - Removed the VTreatmentAdjustmentsResponce from the list of the registered views into QML. - made the TRIGGER_SLOT and PROPERTY_SLOT as protected so the children can use them.
DEN-3164 : Code Review 0 - Corrected the copyright comment Doxygen tags. - Corrected the copyright template Doxygen tags. - Added check for fall through in switch statements to project. - Added method comments in tst_messaging, unit test class.