aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtWebChannel/typesystem_webchannel.xml
blob: a4c209bfcbc7315d403a39c69a8ee8f838ed5a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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">
  <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"/> -->

</typesystem>