Skip to content
  • Elvis Angelaccio's avatar
    Fix regex porting regression · 8ef8e03e
    Elvis Angelaccio authored
    QAbstractItemModel::match() under the hood uses QRegExp::exactMatch(),
    so with QRegularExpression we need to use anchoredPattern() on the pattern.
    
    Regression spotted by a failing dolphinmainwindowtest.
    8ef8e03e