Button icon.cache only exists for Qt 5.13+
This commit is contained in:
@@ -27,7 +27,7 @@ HRowLayout {
|
||||
id: icon
|
||||
svgName: button.icon.name
|
||||
colorize: button.icon.color
|
||||
cache: button.icon.cache
|
||||
// cache: button.icon.cache // XXX: need Qt 5.13+
|
||||
|
||||
onLoadingChanged: if (! loading) resetAnimations.start()
|
||||
|
||||
|
Reference in New Issue
Block a user