remove old debug info
This commit is contained in:
parent
609d2af90b
commit
23bc1435ea
2 changed files with 9 additions and 9 deletions
|
@ -61,8 +61,8 @@ bool SlideObject::loop() const
|
|||
}
|
||||
|
||||
void SlideObject::chngSlide(QVariantMap item, int index, SlideObj *slideObj) {
|
||||
qDebug() << "Here is the pointer to the slideObj" << slideObj;
|
||||
qDebug() << "Here is the item" << item;
|
||||
// qDebug() << "Here is the pointer to the slideObj" << slideObj;
|
||||
// qDebug() << "Here is the item" << item;
|
||||
slideObj->changeSlide(item, index);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue