1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 15:43:07 +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
CMakeLists.txt
componentselectionpage.cpp
componentselectionpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
conclusionpage.cpp
conclusionpage.hpp
existinginstallationpage.cpp
existinginstallationpage.hpp
importpage.cpp
importpage.hpp
inisettings.cpp Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
inisettings.hpp
installationpage.cpp
installationpage.hpp
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
languageselectionpage.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
main.cpp
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
methodselectionpage.hpp