uic: Remove trailing blanks generated into Python icon code
The indentation is only required for C++. Pick-to: 6.4 6.3 6.2 Change-Id: Ie861b12ba262fd56995c11d883129bafd11eface Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
parent
2ac733832d
commit
d1175e20cf
@ -1827,9 +1827,8 @@ QString WriteInitialization::writeIconProperties(const DomResourceIcon *i)
|
||||
writeResourceIcon(m_output, iconName, m_dindent, i);
|
||||
else
|
||||
writePixmapFunctionIcon(m_output, iconName, m_dindent, i);
|
||||
m_output << m_indent;
|
||||
if (isCpp)
|
||||
m_output << '}';
|
||||
m_output << m_indent << '}';
|
||||
m_output << '\n';
|
||||
return iconName;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user