2866 Public method to search for a word. |
2866 Public method to search for a word. |
2867 |
2867 |
2868 @param word word to search for (string) |
2868 @param word word to search for (string) |
2869 """ |
2869 """ |
2870 if self.useQtHelp: |
2870 if self.useQtHelp: |
2871 self.__searchWord = word |
2871 self.__searchWord = word |
2872 self.__searchForWord() |
2872 self.__searchForWord() |
2873 |
2873 |
2874 def __removeOldDocumentation(self): |
2874 def __removeOldDocumentation(self): |
2875 """ |
2875 """ |
2876 Private slot to remove non-existing documentation from the help engine. |
2876 Private slot to remove non-existing documentation from the help engine. |
2877 """ |
2877 """ |