(cherry picked from commit ba7ac61179)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent cf559c4f48
commit 0ef4434057

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

Loading…
Cancel
Save