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 """ |