Helpviewer/HelpWindow.py

changeset 110
c9a969db1469
parent 96
9624a110667d
child 113
33afff70d8ee
--- a/Helpviewer/HelpWindow.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/Helpviewer/HelpWindow.py	Fri Feb 12 19:02:38 2010 +0000
@@ -2413,7 +2413,7 @@
         """
         Private slot to filter the QtHelp documentation.
         
-        @param customFilter name of filter to be applied (QString)
+        @param customFilter name of filter to be applied (string)
         """
         self.__helpEngine.setCurrentFilter(customFilter)
         
@@ -2522,7 +2522,7 @@
         """
         Private slot to show installation errors.
         
-        @param message message to be shown (QString)
+        @param message message to be shown (string)
         """
         QMessageBox.warning(self,
             self.trUtf8("eric5 Web Browser"),
@@ -2562,7 +2562,7 @@
         """
         Private slot handling warnings from the help engine.
         
-        @param msg message sent by the help  engine (QString)
+        @param msg message sent by the help  engine (string)
         """
         QMessageBox.warning(self,
             self.trUtf8("Help Engine"), msg)

eric ide

mercurial