mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Merge pull request #1879 from innermous/master
Change background image instantly and for all speed dials
This commit is contained in:
commit
564805e83e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user