diff options
Diffstat (limited to 'examples/quickcontrols/gallery/gallery.py')
-rw-r--r-- | examples/quickcontrols/gallery/gallery.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols/gallery/gallery.py b/examples/quickcontrols/gallery/gallery.py index 6c2a3612e..7e93e083c 100644 --- a/examples/quickcontrols/gallery/gallery.py +++ b/examples/quickcontrols/gallery/gallery.py @@ -1,5 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +from __future__ import annotations """ The gallery example is a simple application with a drawer menu that contains |