3410 WebIconProvider.instance().showWebIconDialog() |
3410 WebIconProvider.instance().showWebIconDialog() |
3411 |
3411 |
3412 @pyqtSlot(QUrl) |
3412 @pyqtSlot(QUrl) |
3413 def urlHandler(self, url): |
3413 def urlHandler(self, url): |
3414 """ |
3414 """ |
3415 Private slot used as desktop URL handler. |
3415 Public slot used as desktop URL handler. |
3416 |
3416 |
3417 @param url URL to be handled |
3417 @param url URL to be handled |
3418 @type QUrl |
3418 @type QUrl |
3419 """ |
3419 """ |
3420 self.__linkActivated(url) |
3420 self.__linkActivated(url) |