From c9b9fb27ccfef6f23ce89eb7a54ed1ffa0bdd697 Mon Sep 17 00:00:00 2001 From: "Sandro S. Andrade" Date: Mon, 2 Sep 2013 22:18:06 -0300 Subject: Fix trailing whitespace generation Change-Id: I03dcd42bc5008fbc98ecab56268bd2625013ed8e Reviewed-by: Sandro S. Andrade --- scripts/templates/qclass.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/templates/qclass.cpp') diff --git a/scripts/templates/qclass.cpp b/scripts/templates/qclass.cpp index cce4513c..8e755719 100644 --- a/scripts/templates/qclass.cpp +++ b/scripts/templates/qclass.cpp @@ -153,8 +153,7 @@ Q${namespace}${className}::~Q${namespace}${className}() ${documentation} */ [%- END %] -[% IF qtType.match("QList|QSet") %]const [% END %]${qtType} -Q${namespace}${className}::${qtAttribute}() const +[% IF qtType.match("QList|QSet") %]const [% END %]${qtType}Q${namespace}${className}::${qtAttribute}() const { // This is a [% IF readOnly == "" || readOnly == "false" %]read-write[% ELSE %]read-only[% END %][% IF derived == "true" %] derived[% END %][% IF derivedUnion == "true" %] union[% END %] [% IF association != "" %]association end[% ELSE %]property[% END %] -- cgit v1.2.3