242 self.__previewer = None |
242 self.__previewer = None |
243 |
243 |
244 QTimer.singleShot(0, self.__lookForNewDocumentation) |
244 QTimer.singleShot(0, self.__lookForNewDocumentation) |
245 if self.__searchWord is not None: |
245 if self.__searchWord is not None: |
246 QTimer.singleShot(0, self.__searchForWord) |
246 QTimer.singleShot(0, self.__searchForWord) |
|
247 |
|
248 QTimer.singleShot(0, syncMgr.loadSettings) |
247 |
249 |
248 def __setIconDatabasePath(self, enable=True): |
250 def __setIconDatabasePath(self, enable=True): |
249 """ |
251 """ |
250 Private method to set the favicons path. |
252 Private method to set the favicons path. |
251 |
253 |