aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtWebChannel/typesystem_webchannel.xml
blob: c08a9b1876f0686d09483248b1719c2ab6dd5def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-->
<typesystem package="PySide6.QtWebChannel"
            namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
  <load-typesystem name="QtCore/typesystem_core.xml" generate="no"/>

  <object-type name="QWebChannel"/>
  <object-type name="QWebChannelAbstractTransport">
    <extra-includes>
      <include file-name="QJsonObject" location="global"/>
    </extra-includes>
  </object-type>
  <!-- Not sure if this will be useful, but commented out for now because
       the QML module is not yet wrapped.
  <object-type name="QQmlWebChannel"/> -->

  <!-- QtQml/QtNetwork are pulled in via QtQtWebChannelDepends. -->
  <suppress-warning text="^Scoped enum 'Q(Ocsp)|(Dtls)|(Qml).*' does not have a type entry.*$"/>

</typesystem>