src/eric7/UI/UserInterface.py

branch
eric7
changeset 11056
cef972a17097
parent 11045
72202235e0bb
child 11063
bb05d1db9286
child 11090
f5f5f5803935
diff -r e68bcb2b5ec1 -r cef972a17097 src/eric7/UI/UserInterface.py
--- a/src/eric7/UI/UserInterface.py	Tue Nov 26 19:46:36 2024 +0100
+++ b/src/eric7/UI/UserInterface.py	Fri Nov 29 10:55:01 2024 +0100
@@ -6581,7 +6581,6 @@
         dlg = IconEditorWindow(fn, self, fromEric=True, project=self.project)
         dlg.show()
 
-    @pyqtSlot()
     @pyqtSlot(str)
     def __showPixmap(self, fn):
         """
@@ -6596,7 +6595,6 @@
         if dlg.getStatus():
             dlg.show()
 
-    @pyqtSlot()
     @pyqtSlot(str)
     def __showSvg(self, fn):
         """

eric ide

mercurial