Fix error in buttons manual test
Unable to assign Button_QMLTYPE_13 to AbstractButton_QMLTYPE_16 Pick-to: 6.2 Change-Id: I9aa738ce549cb56792cf066b4711fb97ab6cc525 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
18794487a5
commit
1a5bac8166
|
@ -50,6 +50,7 @@
|
|||
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Templates as T
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
@ -65,7 +66,7 @@ Item {
|
|||
property bool checked
|
||||
property var down: undefined
|
||||
|
||||
property AbstractButton activeButton: round ? roundButton : button
|
||||
property T.AbstractButton activeButton: round ? roundButton : button
|
||||
|
||||
Button {
|
||||
id: button
|
||||
|
|
Loading…
Reference in New Issue