From 18ea62d8441cfca62a91554afbc95de4082fdb5c Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 28 Sep 2021 15:19:46 +0200 Subject: [PATCH] Core: FileSystemFilter code cosmetics Namespaces. Change-Id: Iaab4a85a5dbc6a4dd6571d3705f6b7362b47762e Reviewed-by: Qt CI Bot Reviewed-by: Eike Ziller --- .../coreplugin/locator/filesystemfilter.cpp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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