From fbb22873530c200b4ddb9b2da91764948bb9da71 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 28 Apr 2023 11:47:23 +0200 Subject: Port the QML reference examples to QML module usage As a drive-by fix the example origin where applicable. Task-number: PYSIDE-2206 Task-number: QTBUG-111033 Pick-to: 6.5 Change-Id: If3b17435c17310c3f6c196f7653c7025ad359366 Reviewed-by: Shyamnath Premnadh --- examples/qml/referenceexamples/methods/example.qml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/qml/referenceexamples/methods/example.qml (limited to 'examples/qml/referenceexamples/methods/example.qml') diff --git a/examples/qml/referenceexamples/methods/example.qml b/examples/qml/referenceexamples/methods/example.qml deleted file mode 100644 index c48e952fd..000000000 --- a/examples/qml/referenceexamples/methods/example.qml +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -import QtQuick -import examples.methods.people - -BirthdayParty { - host: Person { - name: "Bob Jones" - shoe_size: 12 - } - guests: [ - Person { name: "Leo Hodges" }, - Person { name: "Jack Smith" }, - Person { name: "Anne Brown" } - ] - - Component.onCompleted: invite("William Green") -} -- cgit v1.2.3