(cherry picked from commit ba7ac61179)
ba7ac61179
@ -294,7 +294,7 @@
<xsl:value-of select="$nlIndent8"/>
<xsl:value-of select="concat($object, '.', $method,
'( new QSize( ', kde:if(width, width, 0), ', '
, kde:if(heigth, heigth, 0),
, kde:if(height, height, 0),
' ) );')"/>
</xsl:template>