mirror of
https://github.com/lubosz/overte.git
synced 2025-04-28 08:26:01 +02:00
10 lines
104 B
QML
10 lines
104 B
QML
import QtQuick 2.0
|
|
import QtWebEngine 1.2
|
|
|
|
import "../../controls" as Controls
|
|
|
|
Controls.WebView {
|
|
|
|
}
|
|
|
|
|