src/eric7/Graphics/UMLGraphicsView.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10683
779cda568acb
child 10917
4f40180b98dc
--- a/src/eric7/Graphics/UMLGraphicsView.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Graphics/UMLGraphicsView.py	Mon Apr 22 18:23:20 2024 +0200
@@ -204,11 +204,11 @@
             self.decHeightAct.setEnabled(True)
 
     @pyqtSlot("QList<QRectF>")
-    def __sceneChanged(self, areas):
+    def __sceneChanged(self, _areas):
         """
         Private slot called when the scene changes.
 
-        @param areas list of rectangles that contain changes
+        @param _areas list of rectangles that contain changes (unused)
         @type list of QRectF
         """
         if len(self.scene().selectedItems()) > 0:

eric ide

mercurial