Code review comment for lp:~abreu-alexandre/webbrowser-app/container-extension

Revision history for this message
Alberto Mardegan (mardy) wrote :

> would it be better if I used a synchronised Qt.createQmlObject('<with
> source>') instead
> to remove the Loader bit?

This looks like a good compromise: it allows the extension to live in the QML word, and doesn't suggest that we want the extension to return something visible.

« Back to merge proposal