aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl2/main.py')
-rw-r--r--examples/opengl/hellogl2/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/hellogl2/main.py b/examples/opengl/hellogl2/main.py
index c7eb78a82..41884ab12 100644
--- a/examples/opengl/hellogl2/main.py
+++ b/examples/opengl/hellogl2/main.py
@@ -1,6 +1,7 @@
# Copyright (C) 2023 The Qt Company Ltd.
# Copyright (C) 2013 Riverbank Computing Limited.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+from __future__ import annotations
"""PySide6 port of the opengl/hellogl2 example from Qt v6.x"""