adding text to the SlideObject
This commit is contained in:
parent
51f8488089
commit
25b07dbab9
5 changed files with 29 additions and 17 deletions
|
@ -63,6 +63,7 @@ void Slide::setText(QString text)
|
|||
if (m_text == text)
|
||||
return;
|
||||
|
||||
qDebug() << "####changing text to: " << text;
|
||||
m_text = text;
|
||||
emit textChanged(m_text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue