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>bb10
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…
Reference in New Issue