switching back until I finish upgrading to 0.5.3 cxx-qt
This is where they made sure QVariantMap maps to QMap_QString_QVariant in Rust.
This commit is contained in:
parent
40533df52a
commit
38ae7c9850
5 changed files with 14 additions and 14 deletions
|
@ -183,7 +183,7 @@ Item {
|
|||
}
|
||||
|
||||
function changePresentation(index) {
|
||||
let pres = presProxyModel.presentationModel.getItem(index);
|
||||
let pres = presProxyModel.getPresentation(index);
|
||||
root.presentation = pres;
|
||||
console.log(pres.filePath.toString());
|
||||
updatePageCount(presentationPreview.frameCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue