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 <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-09-02 00:06:23 +03:00
parent 34298d6264
commit 1c3fef07ca

View file

@ -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;