{# Template for class property signal method declaration #}
{% load kdev_filters %}
    {# standard four spaces indentation to match context #}
    void {{ property.name }}Changed({{ property.type|arg_type }} {{ property.name }});
