Remove unused Loader

This commit is contained in:
fieldOfView 2018-02-22 14:11:51 +01:00
parent 7cdfdda5a7
commit bb3a617061

View file

@ -298,30 +298,6 @@ Rectangle
}
}
Loader
{
anchors.bottom: footerSeparator.top
anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom
anchors.left: base.left
anchors.right: base.right
source:
{
if(controlItem.sourceComponent == null)
{
if(monitoringPrint)
{
return "PrintMonitor.qml"
} else
{
return "SidebarContents.qml"
}
}
else
{
return ""
}
}
}
Rectangle
{