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:
Mitch Curtis 2021-10-22 14:38:20 +02:00
parent 18794487a5
commit 1a5bac8166
1 changed files with 2 additions and 1 deletions

View File

@ -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