summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicswebview/data
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-09 03:07:25 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-09 03:07:25 (GMT)
commitd96ec3cff51b952a2db9dd016ca5b21d9bb21adf (patch)
tree6021501de8e88f43796180b02deeb9345cc82511 /tests/auto/declarative/qmlgraphicswebview/data
parentc45309cd037d099dd23e4bce8c5a7d1d41d5ceaa (diff)
downloadQt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.zip
Qt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.tar.gz
Qt-d96ec3cff51b952a2db9dd016ca5b21d9bb21adf.tar.bz2
ListModel docs and tests
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data')
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml
new file mode 100644
index 0000000..75d0cea
--- /dev/null
+++ b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.qml
@@ -0,0 +1,5 @@
+import Qt 4.6
+
+WebView {
+ url: "javaScript.html"
+}