trying to fix the slides not showing a newly created video_thumbnail
This commit is contained in:
parent
9b75c366de
commit
4659cb6de5
2 changed files with 21 additions and 9 deletions
|
@ -50,6 +50,12 @@ Item {
|
|||
chosenFont: model.font
|
||||
text: model.text
|
||||
pdfIndex: model.slideIndex
|
||||
Connections {
|
||||
target: slideModel
|
||||
function onDataChanged() {
|
||||
Utils.dbg("hi")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
/* WebEngineView { */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue