Index: sources/model/settings/MSettings.h =================================================================== diff -u -r7d2122a9a4330ebc2ff4c22be36f32e9a82417ec -r6e18f1d24b8cc3d84d26f46f36f73deb34e54371 --- sources/model/settings/MSettings.h (.../MSettings.h) (revision 7d2122a9a4330ebc2ff4c22be36f32e9a82417ec) +++ 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;} }; }