Add icons for static fields and functions.

Icons for static members in completion list now with S letter.
Task-number: QTCREATORBUG-203
Change-Id: I6c997ad14eeb500936ffe73e2fc0ad8e552a46c9
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Alexander Izmailov
2014-10-30 19:43:48 +03:00
committed by Alessandro Portale
parent d6520122a2
commit 398ad5a40a
11 changed files with 53 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/codemodel" >
<qresource prefix="/codemodel">
<file>images/class.png</file>
<file>images/struct.png</file>
<file>images/enum.png</file>
@@ -17,5 +17,11 @@
<file>images/var.png</file>
<file>images/var_priv.png</file>
<file>images/var_prot.png</file>
<file>images/func_priv_st.png</file>
<file>images/func_prot_st.png</file>
<file>images/func_st.png</file>
<file>images/var_priv_st.png</file>
<file>images/var_prot_st.png</file>
<file>images/var_st.png</file>
</qresource>
</RCC>