Warning, /kdevelop/kdevelop/file_templates/common/class_qproperty_declaration_cpp.txt is written in an unsupported language. File is not indexed.

0001 {# Template for class qproperty declaration #}
0002 {% load kdev_filters %}
0003     {# standard four spaces indentation to match context #}
0004     Q_PROPERTY({{ property.type }} {{ property.name }} READ {{ property.name }} WRITE set{{ property.name|upper_first }} NOTIFY {{ property.name }}Changed)