forked from qt-creator/qt-creator
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:
committed by
Alessandro Portale
parent
d6520122a2
commit
398ad5a40a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user