eric6/Project/QuickFindFileDialog.py

changeset 8205
4a0f1f896341
parent 8143
2c730d5fd177
child 8218
7c09585bd960
--- a/eric6/Project/QuickFindFileDialog.py	Thu Apr 08 17:27:12 2021 +0200
+++ b/eric6/Project/QuickFindFileDialog.py	Thu Apr 08 18:27:47 2021 +0200
@@ -147,8 +147,7 @@
         for typ in ["SOURCES", "FORMS", "INTERFACES", "PROTOCOLS", "RESOURCES",
                     "TRANSLATIONS", "OTHERS"]:
             entries = self.project.pdata.get(typ)
-            for entry in entries[:]:
-                yield entry
+            yield from entries[:]
     
     def __sortedMatches(self, items, searchTerm):
         """

eric ide

mercurial