diff options
Diffstat (limited to 'tools/missing_bindings/main.py')
| -rw-r--r-- | tools/missing_bindings/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/missing_bindings/main.py b/tools/missing_bindings/main.py index 4c223050d..fe637809e 100644 --- a/tools/missing_bindings/main.py +++ b/tools/missing_bindings/main.py @@ -1,5 +1,6 @@ # 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 # This script is used to generate a summary of missing types / classes # which are present in C++ Qt6, but are missing in PySide6. |
