diff options
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/editormodels.py')
-rw-r--r-- | examples/quickcontrols/filesystemexplorer/editormodels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/editormodels.py b/examples/quickcontrols/filesystemexplorer/editormodels.py index 688147726..f317fb48a 100644 --- a/examples/quickcontrols/filesystemexplorer/editormodels.py +++ b/examples/quickcontrols/filesystemexplorer/editormodels.py @@ -1,5 +1,6 @@ # Copyright (C) 2024 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +from __future__ import annotations from PySide6.QtWidgets import QFileSystemModel from PySide6.QtQuick import QQuickTextDocument |