katie/tests/auto/qtime
Ivailo Monev 36aaf16f82 remove deprecated Qt::DateFormat enums
indent and replace default with enum case while at it. automated
adjustments can be done with the following command:

find -type f -exec sed \
    -e 's|Qt::SystemLocaleDate|Qt::SystemLocaleShortDate|g' \
    -e 's|Qt::LocalDate|Qt::SystemLocaleShortDate|g' \
    -e 's|Qt::LocaleDate|Qt::DefaultLocaleShortDate|g' -i {} +

if you are doing it to git repository, move it out of the way as the
command may corrupt it.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-24 21:46:21 +00:00
..
CMakeLists.txt add QDate, QTime and QDateTime tests 2019-08-09 19:41:55 +00:00
tst_qtime.cpp remove deprecated Qt::DateFormat enums 2020-02-24 21:46:21 +00:00