330 |
330 |
331 def saveSearches(self): |
331 def saveSearches(self): |
332 """ |
332 """ |
333 Public method to save the recently performed web searches. |
333 Public method to save the recently performed web searches. |
334 """ |
334 """ |
335 Preferences.Prefs.settings.setValue('Help/WebSearches', |
335 Preferences.Prefs.settings.setValue( |
336 self.__recentSearches) |
336 'Help/WebSearches', self.__recentSearches) |
337 |
337 |
338 def __loadSearches(self): |
338 def __loadSearches(self): |
339 """ |
339 """ |
340 Public method to load the recently performed web searches. |
340 Public method to load the recently performed web searches. |
341 """ |
341 """ |