
Katepart with an insertion template inserted.
My name and email address as well as the year are expanded variables, and the underlined strings are due to be edited. The inserted text is
---
Copyright (C) %{year}, %{fullname} <%{email}>
*/
#ifndef _${ClassName}_h_
#define _${ClassName}_h_
class ${ClassName} : public ${Super} {
public:
${ClassName}( ${cursor} );
~${ClassName}();
Comments
Post new comment