Helpviewer/HelpWindow.py

changeset 6296
db9b3a419845
parent 6293
509768769afe
child 6625
a67fee7bc09c
equal deleted inserted replaced
6295:79bfd24e2fee 6296:db9b3a419845
2674 QWebSettings.clearIconDatabase() 2674 QWebSettings.clearIconDatabase()
2675 2675
2676 @pyqtSlot(QUrl) 2676 @pyqtSlot(QUrl)
2677 def urlHandler(self, url): 2677 def urlHandler(self, url):
2678 """ 2678 """
2679 Private slot used as desktop URL handler. 2679 Public slot used as desktop URL handler.
2680 2680
2681 @param url URL to be handled 2681 @param url URL to be handled
2682 @type QUrl 2682 @type QUrl
2683 """ 2683 """
2684 self.__linkActivated(url) 2684 self.__linkActivated(url)

eric ide

mercurial