adding debug info
This commit is contained in:
parent
da28407234
commit
7d3fbd35ab
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ void Slide::setServiceItemId(int serviceItemId)
|
||||||
|
|
||||||
qDebug() << "####changing serviceItemId of slide:" << m_serviceItemId << "and" << m_slideIndex << "TO:" << serviceItemId;
|
qDebug() << "####changing serviceItemId of slide:" << m_serviceItemId << "and" << m_slideIndex << "TO:" << serviceItemId;
|
||||||
m_serviceItemId = serviceItemId;
|
m_serviceItemId = serviceItemId;
|
||||||
|
qDebug() << "####changed serviceItemId of slide:" << "to" << m_serviceItemId;
|
||||||
emit serviceItemIdChanged(m_serviceItemId);
|
emit serviceItemIdChanged(m_serviceItemId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue