Index: sources/model/settings/MSettings.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r6e18f1d24b8cc3d84d26f46f36f73deb34e54371 --- sources/model/settings/MSettings.h (.../MSettings.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/model/settings/MSettings.h (.../MSettings.h) (revision 6e18f1d24b8cc3d84d26f46f36f73deb34e54371) @@ -91,10 +91,13 @@ private : QString _datetimeFormat = "MM/dd/yyyy HH:mm:ss"; private : QString _dateFormat = "MM/dd/yyyy"; private : QString _timeFormat = "HH:mm:ss"; +private : QString _updateFormat = "yyyy-MM-dd HH:mm:ss"; // format only used for changing system date/ time + public : void datetimeFormat(); public : QString getDatetimeFormat() { return _datetimeFormat;} public : QString timeFormat() { return _timeFormat;} public : QString dateFormat() { return _dateFormat;} +public : QString getUpdateFormat() { return _updateFormat;} }; }