1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 10:59:56 +00:00
openmw/apps/wizard
jvoisin c90d22f3b2 Replace usage of QRegularExpression::anchoredPattern with ^ and $
Using `^` and `$` is shorter than `QRegularExpression::anchoredPattern`,
and even allows us in one case to get rid of a trailing `.*`.
2023-01-12 22:52:00 +01:00
..
unshield Another pass with IWYU 2022-10-10 15:16:18 +02:00
utils First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
CMakeLists.txt Remove 'no relevant classes' moc warning 2021-09-14 11:20:18 +02:00
componentselectionpage.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
componentselectionpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
conclusionpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
conclusionpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
existinginstallationpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
existinginstallationpage.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
importpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
importpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
inisettings.cpp Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
inisettings.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installationpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installationpage.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
installationtargetpage.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
installationtargetpage.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
intropage.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
intropage.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
languageselectionpage.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
languageselectionpage.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mainwizard.cpp Handle UTF-8 in Qt streams in the Qt6-compatible way 2023-01-12 15:39:50 +04:00
mainwizard.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
methodselectionpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
methodselectionpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00