Files
qt-creator/src/plugins/clangcodemodel/clangcodemodel.qrc
Alessandro Portale 9d9f003e0f Clang: Distinct warning/error icons
Similar shapes, but hollow.

Change-Id: I72f39d1bc701c28c8bc0b038f646904efe1e67b0
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
2016-02-08 12:41:28 +00:00

9 lines
233 B
Plaintext

<RCC>
<qresource prefix="/clangcodemodel">
<file>images/error.png</file>
<file>images/error@2x.png</file>
<file>images/warning.png</file>
<file>images/warning@2x.png</file>
</qresource>
</RCC>