1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Revert "Change background image instantly and for all speed dials"

This reverts commit 65667b95db.
This commit is contained in:
David Rosca 2017-01-27 17:31:46 +01:00
parent f15ed333b6
commit 33aba0c93f

View File

@ -305,8 +305,6 @@ void SpeedDial::setBackgroundImage(const QString &image)
{
m_backgroundImage = QzTools::pixmapToDataUrl(QPixmap(QUrl(image).toLocalFile())).toString();
m_backgroundImageUrl = image;
emit pagesChanged();
}
void SpeedDial::setBackgroundImageSize(const QString &size)