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

0001 {# Template for class property setter method declaration #}
0002     {# standard four spaces indentation to match context #}
0003     {{ property.type }} {{ property.name }}() const;