Helpviewer/HelpWindow.py

changeset 4618
c730a41bbb9e
parent 4612
c9982bcd00f8
child 4629
99aaac59be4f
equal deleted inserted replaced
4615:7c090c9d389d 4618:c730a41bbb9e
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 """

eric ide

mercurial