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>
This commit is contained in:
Libor Tomsik
2015-02-24 11:33:39 +01:00
parent acc2a5e566
commit 2404974176
5 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<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>