X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Frecipes-core%2Fweb-runtime%2Fweb-runtime%2Fweb-runtime.qml;fp=meta-app-framework%2Frecipes-core%2Fweb-runtime%2Fweb-runtime%2Fweb-runtime.qml;h=0000000000000000000000000000000000000000;hb=641df47d096fb559d6f4f444670205e4510d6791;hp=afe8a77d074d75e5674b225158f31bafb193a16c;hpb=8bfa5542dbd7cb014401113080ef22bc3abd80a6;p=AGL%2Fmeta-agl.git diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml deleted file mode 100644 index afe8a77d0..000000000 --- a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml +++ /dev/null @@ -1,13 +0,0 @@ -import QtQuick 2.1 -import QtQuick.Controls 1.1 -import QtWebEngine 1.1 - -ApplicationWindow { - width: 1024 - height: 768 - visible: true - WebEngineView { - url: Qt.application.arguments[1] - anchors.fill: parent - } -}