some connections to make active follow slideObject

This commit is contained in:
Chris Cochrun 2023-01-22 07:31:07 -06:00
parent 3286935b8e
commit 8fad5cadb4
4 changed files with 10 additions and 5 deletions

View file

@ -444,7 +444,7 @@ bool SlideModel::activate(int id) {
item->setActive(true);
qDebug() << "################";
qDebug() << "activated" << item->slideIndex();
qDebug() << "slide activated" << item->slideIndex();
qDebug() << "################";
emit dataChanged(idx, idx, QVector<int>() << ActiveRole);
return true;