WebBrowser/data/javascript/qwebchannel.js

changeset 5844
1294772ac8e6
parent 4725
b19ff70ba509
equal deleted inserted replaced
5843:76eee727ccd9 5844:1294772ac8e6
1 /**************************************************************************** 1 /*
2 ** 2 **
3 ** Copyright (C) 2015 The Qt Company Ltd. 3 ** Copyright (C) 2015 The Qt Company Ltd.
4 ** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Milian Wolff <milian.wolff@kdab.com> 4 ** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Milian Wolff <milian.wolff@kdab.com>
5 ** Contact: http://www.qt.io/licensing/ 5 ** Contact: http://www.qt.io/licensing/
6 ** 6 **
28 ** rights. These rights are described in The Qt Company LGPL Exception 28 ** rights. These rights are described in The Qt Company LGPL Exception
29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
30 ** 30 **
31 ** $QT_END_LICENSE$ 31 ** $QT_END_LICENSE$
32 ** 32 **
33 ****************************************************************************/ 33 */
34 34
35 "use strict"; 35 "use strict";
36 36
37 var QWebChannelMessageTypes = { 37 var QWebChannelMessageTypes = {
38 signal: 1, 38 signal: 1,

eric ide

mercurial