aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-04-05 17:18:08 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-04-05 20:03:22 +0000
commite3c22d12f3f91098042f3f09a75093addbd5bd80 (patch)
tree0b246ad62217d05cc123c370f3254e58d8946789 /examples/qml/referenceexamples
parent23cc8b6f01205567904300c494854f0bbaad11e0 (diff)
examples: remove unused imports
Change-Id: I88a7bb2fe91abcfdef6e6014b088d08c4e613893 Pick-to: 6.5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/qml/referenceexamples')
-rw-r--r--examples/qml/referenceexamples/binding/happybirthdaysong.py2
-rw-r--r--examples/qml/referenceexamples/valuesource/happybirthdaysong.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/referenceexamples/binding/happybirthdaysong.py b/examples/qml/referenceexamples/binding/happybirthdaysong.py
index cfe34eb82..80b288d81 100644
--- a/examples/qml/referenceexamples/binding/happybirthdaysong.py
+++ b/examples/qml/referenceexamples/binding/happybirthdaysong.py
@@ -1,7 +1,7 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-from PySide6.QtCore import QObject, QTimer, Property, Slot
+from PySide6.QtCore import QTimer, Property, Slot
from PySide6.QtQml import QmlElement, QPyQmlPropertyValueSource
# To be used on the @QmlElement decorator
diff --git a/examples/qml/referenceexamples/valuesource/happybirthdaysong.py b/examples/qml/referenceexamples/valuesource/happybirthdaysong.py
index cffddd39e..30aa6b59b 100644
--- a/examples/qml/referenceexamples/valuesource/happybirthdaysong.py
+++ b/examples/qml/referenceexamples/valuesource/happybirthdaysong.py
@@ -1,7 +1,7 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-from PySide6.QtCore import QObject, QTimer, Property, Slot
+from PySide6.QtCore import QTimer, Property, Slot
from PySide6.QtQml import QmlElement, QPyQmlPropertyValueSource
# To be used on the @QmlElement decorator