Merge branch '1.3'

This commit is contained in:
Thorbjørn Lindeijer
2010-01-06 14:45:35 +01:00
4 changed files with 66 additions and 13 deletions

View File

@@ -90,6 +90,8 @@ void NamePrettyPrinter::visit(const TemplateNameId *name)
else
_name += arg;
}
if (! _name.isEmpty() && _name.at(_name.length() - 1) == '>')
_name += QLatin1Char(' ');
_name += QLatin1Char('>');
}