src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py

branch
eric7
changeset 11006
a671918232f3
parent 10692
9becf9ca115c
child 11090
f5f5f5803935
--- a/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py	Fri Oct 25 09:47:48 2024 +0200
+++ b/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py	Fri Oct 25 17:58:59 2024 +0200
@@ -99,7 +99,9 @@
         )
 
         dlg = QtHelpDocumentationSelectionDialog(
-            self.__pluginHelpDocuments, QtHelpDocumentationSelectionDialog.AddMode, self
+            self.__pluginHelpDocuments,
+            QtHelpDocumentationSelectionDialog.AddMode,
+            parent=self,
         )
         if dlg.exec() == QDialog.DialogCode.Accepted:
             documents = dlg.getData()
@@ -152,7 +154,7 @@
         dlg = QtHelpDocumentationSelectionDialog(
             self.__pluginHelpDocuments,
             QtHelpDocumentationSelectionDialog.ManageMode,
-            self,
+            parent=self,
         )
         dlg.exec()
 

eric ide

mercurial