You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/launcher/utils
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 `.*`.
2 years ago
..
cellnameloader.cpp CellName is now a RefId, makes more sense that way. 2 years ago
cellnameloader.hpp Apply clang-format to code base 2 years ago
lineedit.cpp Apply clang-format to code base 2 years ago
lineedit.hpp Apply clang-format to code base 2 years ago
openalutil.cpp Apply clang-format to code base 2 years ago
openalutil.hpp Apply clang-format to code base 2 years ago
profilescombobox.cpp Apply clang-format to code base 2 years ago
profilescombobox.hpp Apply clang-format to code base 2 years ago
textinputdialog.cpp Replace usage of QRegularExpression::anchoredPattern with `^` and `$` 2 years ago
textinputdialog.hpp Apply clang-format to code base 2 years ago