10 lines
204 B
QML
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 {
|
|
|
|
}
|