mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
![]() 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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
tst_qdate.cpp |