Fix "AbstractButton" problem with Qt 5.14
This commit is contained in:
@@ -9,7 +9,7 @@ Rectangle {
|
||||
enabled ? 1 : theme.disabledElementsOpacity
|
||||
|
||||
|
||||
property AbstractButton button
|
||||
property var button
|
||||
property QtObject buttonTheme
|
||||
|
||||
|
||||
|
@@ -11,7 +11,7 @@ HRowLayout {
|
||||
enabled ? 1 : theme.disabledElementsOpacity
|
||||
|
||||
|
||||
property AbstractButton button
|
||||
property var button
|
||||
property QtObject buttonTheme
|
||||
|
||||
readonly property alias icon: icon
|
||||
|
Reference in New Issue
Block a user