Index: sources/view/vtreatmenttime.h =================================================================== diff -u -rb166776048ef9001ff2cb4b69df81a5dff40849a -r44a85c96ab55e424866ec4cca0270aa218355f82 --- sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision b166776048ef9001ff2cb4b69df81a5dff40849a) +++ sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) @@ -1,15 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, - * IN PART OR IN WHOLE, - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * file vtreatmenttime.h - * date 3/6/2020 - * author Behrouz NematiPour - * + * \copyright + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. + * + * \file vtreatmenttime.h + * \author (last) Behrouz NematiPour + * \date (last) 07-May-2020 + * \author (original) Behrouz NematiPour + * \date (original) 10-Mar-2020 + * */ #pragma once @@ -21,15 +22,15 @@ #include "vview.h" // namespace -namespace Gui { +namespace View { class VTreatmentTime : public QObject { Q_OBJECT - PROPERTY( quint32 , time_Total , 0, false) - PROPERTY( quint32 , time_Elapsed , 0, false) - PROPERTY( quint32 , time_Remaining , 0, false) + PROPERTY( quint32 , time_Total , 0) + PROPERTY( quint32 , time_Elapsed , 0) + PROPERTY( quint32 , time_Remaining , 0) VIEW_DEC(VTreatmentTime, TreatmentTimeData)