1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add the same missing image but for the sidebar

This commit is contained in:
kelteseth 2017-12-21 16:33:40 +01:00
parent c2fd2ca7f0
commit 8e190e4341

View File

@ -104,6 +104,12 @@ Item {
fillMode: Image.PreserveAspectCrop
asynchronous: true
anchors.fill: parent
onStatusChanged: {
if(image.status === Image.Error){
source = "qrc:/assets/images/missingPreview.png"
}
}
}
}