trying to fix the slides not showing a newly created video_thumbnail

This commit is contained in:
Chris Cochrun 2024-09-18 09:35:06 -05:00
parent 9b75c366de
commit 4659cb6de5
2 changed files with 21 additions and 9 deletions

View file

@ -50,6 +50,12 @@ Item {
chosenFont: model.font
text: model.text
pdfIndex: model.slideIndex
Connections {
target: slideModel
function onDataChanged() {
Utils.dbg("hi")
}
}
}
/* WebEngineView { */