164 urlHost = browser.page().url().host() |
164 urlHost = browser.page().url().host() |
165 |
165 |
166 import Helpviewer.HelpWindow |
166 import Helpviewer.HelpWindow |
167 return urlHost and \ |
167 return urlHost and \ |
168 Helpviewer.HelpWindow.HelpWindow.adBlockManager()\ |
168 Helpviewer.HelpWindow.HelpWindow.adBlockManager()\ |
169 .isHostExcepted(urlHost) |
169 .isHostExcepted(urlHost) |
170 |
170 |
171 def currentChanged(self): |
171 def currentChanged(self): |
172 """ |
172 """ |
173 Public slot to handle a change of the current browser tab. |
173 Public slot to handle a change of the current browser tab. |
174 """ |
174 """ |