mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:36:26 +02:00
9 lines
107 B
QML
9 lines
107 B
QML
import QtQuick 2.0
|
|
import QtWebView 1.1
|
|
|
|
import "../../controls" as Controls
|
|
|
|
Controls.TabletWebView {
|
|
}
|
|
|
|
|