Fix "AbstractButton" problem with Qt 5.14

This commit is contained in:
miruka 2020-03-27 10:36:50 -04:00
parent ef7671e8e7
commit c64179fcbd
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Rectangle {
enabled ? 1 : theme.disabledElementsOpacity enabled ? 1 : theme.disabledElementsOpacity
property AbstractButton button property var button
property QtObject buttonTheme property QtObject buttonTheme

View File

@ -11,7 +11,7 @@ HRowLayout {
enabled ? 1 : theme.disabledElementsOpacity enabled ? 1 : theme.disabledElementsOpacity
property AbstractButton button property var button
property QtObject buttonTheme property QtObject buttonTheme
readonly property alias icon: icon readonly property alias icon: icon