diff --git a/src/plugins/coreplugin/locator/filesystemfilter.cpp b/src/plugins/coreplugin/locator/filesystemfilter.cpp index f7f6f906773..3402e69b792 100644 --- a/src/plugins/coreplugin/locator/filesystemfilter.cpp +++ b/src/plugins/coreplugin/locator/filesystemfilter.cpp @@ -44,10 +44,11 @@ #include #include -using namespace Core; -using namespace Core::Internal; using namespace Utils; +namespace Core { +namespace Internal { + ILocatorFilter::MatchLevel FileSystemFilter::matchLevelFor(const QRegularExpressionMatch &match, const QString &matchText) { @@ -159,8 +160,7 @@ QList FileSystemFilter::matchesFor(QFutureInterface