|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
|
|