diff options
Diffstat (limited to 'examples/qml/referenceexamples/attached/People/Main.qml')
| -rw-r--r-- | examples/qml/referenceexamples/attached/People/Main.qml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/qml/referenceexamples/attached/People/Main.qml b/examples/qml/referenceexamples/attached/People/Main.qml deleted file mode 100644 index 795d63867..000000000 --- a/examples/qml/referenceexamples/attached/People/Main.qml +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -import People - -BirthdayParty { - Boy { - name: "Robert Campbell" - BirthdayParty.rsvp: "2009-07-01" - } - - Boy { - name: "Leo Hodges" - shoe_size: 10 - BirthdayParty.rsvp: "2009-07-06" - } - - host: Boy { - name: "Jack Smith" - shoe_size: 8 - } -} |
