Commit 4c03ed9c7da88f3cbd45224170cf78396ba63975
- Diff rendering mode:
- inline
- side by side
scc/scc.xslt
(2 / 2)
|   | |||
| 268 | 268 | <xsl:call-template name="comment" /> | |
| 269 | 269 | void <xsl:value-of select="@id" />_changed(<xsl:value-of select="@Qt:type" /> const &); | |
| 270 | 270 | </xsl:for-each> | |
| 271 | <xsl:if test="count(//Qt:property)!=0"><![CDATA[ | ||
| 271 | <xsl:text><![CDATA[ | ||
| 272 | 272 | protected: | |
| 273 | 273 | virtual void beginSelectTransitions(QEvent *event) | |
| 274 | 274 | { | |
| … | … | ||
| 291 | 291 | ]]> | |
| 292 | 292 | assignProperties(); | |
| 293 | 293 | } | |
| 294 | </xsl:if> | ||
| 294 | </xsl:text> | ||
| 295 | 295 | <xsl:if test="count(//s:send[string(@target)!='internal']) != 0"> | |
| 296 | 296 | private: | |
| 297 | 297 | <xsl:text><![CDATA[QHash<QString,QPointer<SCC_EventSender> >]]></xsl:text> _eventSenders; |

