- Timestamp:
- Jul 4, 2023 10:46:28 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserNodeMachine.cpp
r98103 r100365 242 242 { 243 243 #ifdef VBOX_IS_QT6_OR_LATER /* fromWildcard is available since 6.0 */ 244 QRegularExpression searchRegEx = QRegularExpression::fromWildcard(strSearchTerm, Qt::CaseInsensitive );244 QRegularExpression searchRegEx = QRegularExpression::fromWildcard(strSearchTerm, Qt::CaseInsensitive, QRegularExpression::UnanchoredWildcardConversion); 245 245 #else 246 246 QRegExp searchRegEx(strSearchTerm, Qt::CaseInsensitive, QRegExp::WildcardUnix);
Note:
See TracChangeset
for help on using the changeset viewer.