aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-03-09 15:23:21 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2020-03-09 18:50:25 +0100
commit12aabcf2a13b50db212906d4d7cd18b26ed2e60e (patch)
tree033abe88b347ab1be2ecdda3074895c7ef4dfd61 /examples/quick/shared
parent8e67e31a3b554f2932085e0d4692e84af4a63429 (diff)
fix duplicated properties resulting from bad merge
Change-Id: I26fa7d603d8097aab45a26e0c57a10d86491a840 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/quick/shared')
-rw-r--r--examples/quick/shared/SimpleLauncherDelegate.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/quick/shared/SimpleLauncherDelegate.qml b/examples/quick/shared/SimpleLauncherDelegate.qml
index 11d34a187e..097954cb89 100644
--- a/examples/quick/shared/SimpleLauncherDelegate.qml
+++ b/examples/quick/shared/SimpleLauncherDelegate.qml
@@ -58,9 +58,6 @@ Rectangle {
width: ListView.view.width
height: button.implicitHeight + 22
- required property string name
- required property string description
-
signal clicked()
gradient: Gradient {