summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/basic.qml
blob: f0b41ef06f96920ca6f07530be2d9279af8802ca (plain)
1
2
3
4
5
6
import Qt 4.6
import org.webkit 1.0

WebView {
    url: "basic.html"
}