summaryrefslogtreecommitdiff
path: root/tests/qml/data/respond.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qml/data/respond.html')
-rw-r--r--tests/qml/data/respond.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/qml/data/respond.html b/tests/qml/data/respond.html
deleted file mode 100644
index 5f0e7fc..0000000
--- a/tests/qml/data/respond.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
- <head>
- <script type="text/javascript" src="qrc:///qwebchannel/qwebchannel.js"></script>
- <script type="text/javascript" src="testsetup.js"></script>
- <script type="text/javascript">
- //BEGIN SETUP
- createWebChannel(function(channel) {
- channel.exec("foobar", function(response) {
- channel.send("received:"+response);
- });
- }, true /* raw */);
- //END SETUP
- </script>
- </head>
- <body>
- </body>
-</html>