This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/nymea-app/ui/components/WebViewWrapper.qml
2019-09-27 19:05:17 +02:00

10 lines
204 B
QML

import QtQuick 2.0
import QtWebView 1.1
// This is needed because we can only load this on-demand but
// *deployqt will not include the module if there isn't a actual qml file importing it
WebView {
}