eric6/E5Gui/E5MainWindow.py

changeset 8205
4a0f1f896341
parent 7923
91e843545d9a
child 8218
7c09585bd960
--- a/eric6/E5Gui/E5MainWindow.py	Thu Apr 08 17:27:12 2021 +0200
+++ b/eric6/E5Gui/E5MainWindow.py	Thu Apr 08 18:27:47 2021 +0200
@@ -39,6 +39,7 @@
         # step 1: set the style
         style = None
         if styleName != "System" and styleName in QStyleFactory.keys():
+            # __IGNORE_WARNING_Y118__
             style = QStyleFactory.create(styleName)
         if style is None:
             style = QStyleFactory.create(self.defaultStyleName)

eric ide

mercurial