summaryrefslogtreecommitdiff
path: root/tests/auto/qml/data/receiveRaw.html
blob: 139b2b14460604a8c8780f524582d5cd358093f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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.send("foobar");
            }, true /* raw */);
            //END SETUP
        </script>
    </head>
    <body>
    </body>
</html>