katie/tests
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
..
auto remove deprecated Qt::DateFormat enums 2020-02-24 21:46:21 +00:00
benchmarks replace 0 with Q_NULLPTR where applicable 2020-02-23 22:41:15 +00:00
shared update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
CMakeLists.txt correct variable name in main tests CMake file 2019-12-02 04:22:03 +00:00