Skip to content
Snippets Groups Projects
Commit 9336a327 authored by Morten Sorvig's avatar Morten Sorvig
Browse files

Explain where openPopup and closePopup comes from

parent 2328441d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@
<script>
window.addEventListener('load', async () => {
// Create Qt application instance with no container elements.
// Create Qt application instance. This instance exports openPopup and
// closePopup, which we call below. See ../testapp/popup.cpp for the
// implementation.
instance = await createQtAppInstance({
"qtContainerElements": []
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment