removal of slides are almost there
This commit is contained in:
parent
7a8c7cc389
commit
86f1e8e53c
2 changed files with 17 additions and 6 deletions
|
@ -112,7 +112,7 @@ void Slide::setServiceItemId(int serviceItemId)
|
|||
if (m_serviceItemId == serviceItemId)
|
||||
return;
|
||||
|
||||
qDebug() << "####changing serviceItemId of" << "to:" << serviceItemId;
|
||||
qDebug() << "####changing serviceItemId of slide:" << m_serviceItemId << "and" << m_slideIndex << "TO:" << serviceItemId;
|
||||
m_serviceItemId = serviceItemId;
|
||||
emit serviceItemIdChanged(m_serviceItemId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue