From e0eac5824bf911eff6d87d8b87ed057ee058fc4c Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 25 Feb 2015 15:01:34 +0200 Subject: [PATCH] Core: Avoid unnecessary QFileInfo in OpenDocumentsFilter Change-Id: I93416ba203b543dd307f1b7db84c8c481aab1ede Reviewed-by: Eike Ziller --- src/plugins/coreplugin/locator/opendocumentsfilter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/coreplugin/locator/opendocumentsfilter.cpp b/src/plugins/coreplugin/locator/opendocumentsfilter.cpp index 8be5d2b6662..d23ee536df2 100644 --- a/src/plugins/coreplugin/locator/opendocumentsfilter.cpp +++ b/src/plugins/coreplugin/locator/opendocumentsfilter.cpp @@ -78,9 +78,8 @@ QList OpenDocumentsFilter::matchesFor(QFutureInterface &category = displayName.startsWith(entry, caseSensitivityForPrefix) ? betterEntries : goodEntries;