diff options
Diffstat (limited to 'examples/network/googlesuggest/searchbox.py')
-rw-r--r-- | examples/network/googlesuggest/searchbox.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/googlesuggest/searchbox.py b/examples/network/googlesuggest/searchbox.py index 9cbe20b23..a713a6234 100644 --- a/examples/network/googlesuggest/searchbox.py +++ b/examples/network/googlesuggest/searchbox.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 from PySide6.QtCore import Slot from PySide6.QtGui import QDesktopServices |