--- 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():