1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Merge pull request #1879 from innermous/master

Change background image instantly and for all speed dials
This commit is contained in:
David Rosca 2016-03-07 20:15:27 +01:00
commit 564805e83e

View File

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