Helpviewer/HelpWebSearchWidget.py

changeset 2954
bf0215fe12d1
parent 2763
e4794166ad70
child 2999
28c75409a78f
--- a/Helpviewer/HelpWebSearchWidget.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/HelpWebSearchWidget.py	Sat Sep 28 20:07:36 2013 +0200
@@ -166,6 +166,7 @@
         Private slot handling the highlighting of an entry of the completer.
         
         @param index index of the item (QModelIndex)
+        @return flah indicating a successful highlighting (boolean)
         """
         if self.__suggestionsItem and \
            self.__suggestionsItem.index().row() == index.row():

eric ide

mercurial