summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-05 13:54:48 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-05 13:54:48 -0700
commitebcefe0e8536bfb3d2c68493e452e5f6d1f4e4fc (patch)
tree77b49f2d249704bd504deea916b1ebb7695d7d22 /examples
parent84838548eaa579559e9da5ad0f52a604a15832da (diff)
downloadqtwebchannel-ebcefe0e8536bfb3d2c68493e452e5f6d1f4e4fc.tar.gz
Allow incremental responses
Diffstat (limited to 'examples')
-rw-r--r--examples/qmlapp/index.html2
-rw-r--r--examples/qmlapp/qmlapp.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qmlapp/index.html b/examples/qmlapp/index.html
index 7c904ab..4004346 100644
--- a/examples/qmlapp/index.html
+++ b/examples/qmlapp/index.html
@@ -1,6 +1,6 @@
<html>
<head>
- <script src="../src/qwebchannel.js"></script>
+ <script src="../../src/qwebchannel.js"></script>
<script>
function load() {
navigator.webChannel.init();
diff --git a/examples/qmlapp/qmlapp.qml b/examples/qmlapp/qmlapp.qml
index 63ce985..c8d6cae 100644
--- a/examples/qmlapp/qmlapp.qml
+++ b/examples/qmlapp/qmlapp.qml
@@ -1,6 +1,6 @@
import QtQuick 1.0
import Qt.labs.WebChannel 1.0
-import QtWebKit 2.0
+import QtWebKit 1.0
Rectangle {
width: 1000