Helpviewer/SearchWidget.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 2999
28c75409a78f
diff -r 703452a2876f -r bf0215fe12d1 Helpviewer/SearchWidget.py
--- a/Helpviewer/SearchWidget.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/SearchWidget.py	Sat Sep 28 20:07:36 2013 +0200
@@ -94,7 +94,9 @@
     @pyqtSlot(bool)
     def on_highlightAllCheckBox_toggled(self, checked):
         """
-        Private slot to toggle the highlight of all occurences.
+        Private slot to toggle the highlight of all occurrences.
+        
+        @param checked flag indicating the check box toggle state (boolean)
         """
         cbr = self.__mainWindow.currentBrowser()
         if cbr is None:

eric ide

mercurial