eric6/Project/UicLoadUi.py

changeset 7266
d001bc703c29
parent 7265
0665c4d509c9
child 7357
fe4e06357f54
--- a/eric6/Project/UicLoadUi.py	Tue Sep 24 19:44:17 2019 +0200
+++ b/eric6/Project/UicLoadUi.py	Wed Sep 25 18:25:43 2019 +0200
@@ -81,7 +81,7 @@
     # 2. replace QString and QStringList
     mapped = (
         mapped
-        .replace("QStringList", "list")\
+        .replace("QStringList", "list")
         .replace("QString", "str")
     )
     

eric ide

mercurial