-
Libor Tomsik authored
Adding new slightly different icon for Struct to make it different from Class. Task-number: QTCREATORBUG-8574 Change-Id: I3da655adeaa05d7a590d4ec00f9749b5d86e0340 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
Libor Tomsik authoredAdding new slightly different icon for Struct to make it different from Class. Task-number: QTCREATORBUG-8574 Change-Id: I3da655adeaa05d7a590d4ec00f9749b5d86e0340 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
cplusplus.qrc 743 B
<RCC>
<qresource prefix="/codemodel" >
<file>images/class.png</file>
<file>images/struct.png</file>
<file>images/enum.png</file>
<file>images/enumerator.png</file>
<file>images/func.png</file>
<file>images/func_priv.png</file>
<file>images/func_prot.png</file>
<file>images/keyword.png</file>
<file>images/macro.png</file>
<file>images/namespace.png</file>
<file>images/signal.png</file>
<file>images/slot.png</file>
<file>images/slot_priv.png</file>
<file>images/slot_prot.png</file>
<file>images/var.png</file>
<file>images/var_priv.png</file>
<file>images/var_prot.png</file>
</qresource>
</RCC>