WebBrowser/Bookmarks/BookmarksManager.py

changeset 5039
200f12184a43
parent 5015
ca1d44f0f6b2
child 5389
9b1c800daff3
equal deleted inserted replaced
5038:df7103c3f2a6 5039:200f12184a43
418 None, 418 None,
419 self.tr("Exporting Bookmarks"), 419 self.tr("Exporting Bookmarks"),
420 self.tr("""Error exporting bookmarks to <b>{0}</b>.""") 420 self.tr("""Error exporting bookmarks to <b>{0}</b>.""")
421 .format(fileName)) 421 .format(fileName))
422 422
423 def iconChanged(self, url): 423 def faviconChanged(self, url):
424 """ 424 """
425 Public slot to update the icon image for an URL. 425 Public slot to update the icon image for an URL.
426 426
427 @param url URL of the icon to update (QUrl or string) 427 @param url URL of the icon to update (QUrl or string)
428 """ 428 """

eric ide

mercurial