src/eric7/PluginManager/PluginDetailsDialog.py

branch
eric7
changeset 10428
a071d4065202
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/PluginManager/PluginDetailsDialog.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/PluginManager/PluginDetailsDialog.py	Wed Dec 20 14:58:58 2023 +0100
@@ -23,7 +23,9 @@
         Constructor
 
         @param details dictionary containing the info to be displayed
-        @param parent parent of this dialog (QWidget)
+        @type dict
+        @param parent parent of this dialog
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial