Fix assignment type error

This commit is contained in:
Sebastian Kügler 2014-02-18 00:20:20 +01:00
parent 08e3fcfe65
commit 61e4b3bbd3

View File

@ -40,7 +40,7 @@ Row {
Item {
id: imageContainer
visible: toolTip != null && (toolTip.image || toolTip.icon)
visible: toolTip != null && (toolTip.image != null || toolTip.icon != null)
width: Math.max(tooltipImage.width, tooltipIcon.width)
height: Math.max(tooltipImage.height, tooltipIcon.height)
x: _s