Files
qt-creator/src/libs/cplusplus/cplusplus.qrc
Libor Tomsik 2404974176 Showing different icon for class and struct in classview
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>
2015-02-26 11:10:27 +00:00

22 lines
743 B
Plaintext

<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>