keditbookmarks: remove unused FavIconUpdater::setIconUrl() slot

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-05 07:22:15 +03:00
parent a532f3a4b9
commit b1046f7928
2 changed files with 0 additions and 8 deletions

View file

@ -66,13 +66,6 @@ FavIconUpdater::~FavIconUpdater()
{
}
// webkit callback
void FavIconUpdater::setIconUrl(const KUrl &iconURL)
{
m_favIconModule.setIconForUrl(m_bk.url().url(), iconURL.url());
// The above call will make the kded module start the download and emit iconChanged or error.
}
bool FavIconUpdater::isFavIconSignalRelevant(bool isHost, const QString& hostOrURL) const
{
// Is this signal interesting to us? (Don't react on an unrelated favicon)

View file

@ -33,7 +33,6 @@ public:
void downloadIcon(const KBookmark &bk);
private Q_SLOTS:
void setIconUrl(const KUrl &iconURL);
void notifyChange(bool isHost, const QString& hostOrURL, const QString& iconName);
void slotFavIconError(bool isHost, const QString& hostOrURL, const QString& errorString);