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:
Chris Cochrun 2023-05-19 09:18:34 -05:00
parent 40533df52a
commit 38ae7c9850
5 changed files with 14 additions and 14 deletions

View file

@ -306,15 +306,15 @@ Item {
id: pdf
}
WebEngineView {
id: web
height: 0
width: 0
onLoadingChanged: {
if (loadRequest.status == 2)
addHtml(url);
}
}
/* WebEngineView { */
/* id: web */
/* height: 0 */
/* width: 0 */
/* onLoadingChanged: { */
/* if (loadRequest.status == 2) */
/* addHtml(url); */
/* } */
/* } */
}
function addVideo(url) {