Commit 136d3319 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

Remove onStatusChanged, legacy code.

parent 2228b0cf
......@@ -153,12 +153,6 @@ Item {
width: 100
height: width
asynchronous: true
onStatusChanged: {
if (status === Image.Error) {
console.log("Error loading an app icon, falling back to default.");
iconImage.source = ":/images/icons/apps.png";
}
}
Spinner {
id: spinner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment