From 1c3fef07ca946589d8766982b0fdd74d17ca54f5 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 2 Sep 2023 00:06:23 +0300 Subject: [PATCH] kdeplasma-addons: remove declaration of non-existing BackgroundListModel::removeBackground() method fixes loading of the weather wallpaper plugin when symbols are not lazily binded Signed-off-by: Ivailo Monev --- kdeplasma-addons/wallpapers/weather/backgroundlistmodel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kdeplasma-addons/wallpapers/weather/backgroundlistmodel.h b/kdeplasma-addons/wallpapers/weather/backgroundlistmodel.h index 559cd8bf..073db298 100644 --- a/kdeplasma-addons/wallpapers/weather/backgroundlistmodel.h +++ b/kdeplasma-addons/wallpapers/weather/backgroundlistmodel.h @@ -54,7 +54,6 @@ public: protected Q_SLOTS: void showPreview(const KFileItem &item, const QPixmap &preview); void previewFailed(const KFileItem &item); - void removeBackground(const QString &path); private: QSize bestSize(Plasma::Package *package) const;