fixing empty files not loading the application
This commit is contained in:
parent
d97467ee63
commit
0086ed3d5a
5 changed files with 20 additions and 19 deletions
|
@ -146,6 +146,8 @@ void SlideObject::changeSlide(QVariantMap item, int index)
|
|||
|
||||
setImageCount(item.value("imageCount").toInt());
|
||||
setSlideIndex(item.value("slideIndex").toInt());
|
||||
qDebug() << "THIS IS THE INDEX OF THE SLIDE!";
|
||||
qDebug() << index;
|
||||
emit slideChanged(index);
|
||||
// m_slideSize = serviceItem.value("slideNumber").toInt();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue