fix duplicated properties resulting from bad merge
Change-Id: I26fa7d603d8097aab45a26e0c57a10d86491a840 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
8e67e31a3b
commit
12aabcf2a1
|
@ -58,9 +58,6 @@ Rectangle {
|
||||||
width: ListView.view.width
|
width: ListView.view.width
|
||||||
height: button.implicitHeight + 22
|
height: button.implicitHeight + 22
|
||||||
|
|
||||||
required property string name
|
|
||||||
required property string description
|
|
||||||
|
|
||||||
signal clicked()
|
signal clicked()
|
||||||
|
|
||||||
gradient: Gradient {
|
gradient: Gradient {
|
||||||
|
|
Loading…
Reference in New Issue