Fix some warnings

Contributes to CL-1152
This commit is contained in:
Ian Paschal 2018-12-10 15:05:01 +01:00
parent 2db5d2b231
commit 32f2b7ec1f
4 changed files with 10 additions and 2 deletions

View file

@ -60,6 +60,10 @@ Item
height: 0.5 * printJobPreview.height
source:
{
if (!printJob)
{
return ""
}
if (printJob.configurationChanges.length > 0)
{
return "../svg/warning-icon.svg"