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