Button icon.cache only exists for Qt 5.13+

This commit is contained in:
miruka
2020-03-07 13:08:18 -04:00
parent 617e68cc71
commit 46232e3fb1
2 changed files with 3 additions and 3 deletions

View File

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