Index: sources/view/settings/VDateTime.h =================================================================== diff -u -re60d099fd4fbada632a974b9fc95d4d2c9652b1a -raa873f8620e3f402bf60827e9c54623b5e09280e --- sources/view/settings/VDateTime.h (.../VDateTime.h) (revision e60d099fd4fbada632a974b9fc95d4d2c9652b1a) +++ sources/view/settings/VDateTime.h (.../VDateTime.h) (revision aa873f8620e3f402bf60827e9c54623b5e09280e) @@ -80,11 +80,14 @@ PROPERTY(QString, status , "" ) PROPERTY(QString, current , "" ) + PROPERTY(QString, greeting , "" ) VIEW_DEC_CLASS(VDateTime) VIEW_DEC_SLOT (AdjustHDDateTimeResponseData) VIEW_DEC_SLOT (AdjustDGDateTimeResponseData) + void greeting(quint16 vMilitaryTime); + private slots: void onSetDateUIFinished(const int &vExitCode);