blob: e64ee57c0603dce496c307a49bb23cbee34b2c89 (
plain)
1
2
3
4
5
6
7
|
# Copyright (C) 2022 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
from __future__ import annotations
from shiboken6.Shiboken import VoidPtr
#eof
|