adding some texting functions
This commit is contained in:
parent
7ee81cd471
commit
0ab05b2687
4 changed files with 5 additions and 4 deletions
|
@ -80,7 +80,7 @@ void Slide::setImageBackground(QString imageBackground)
|
|||
if (m_imageBackground == imageBackground)
|
||||
return;
|
||||
|
||||
qDebug() << "changing image background to: " << imageBackground;
|
||||
qDebug() << "####changing image background to: " << imageBackground;
|
||||
m_imageBackground = imageBackground;
|
||||
emit imageBackgroundChanged(m_imageBackground);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue