wireshark/image/status.qrc
Gerald Combs 54c301a0d6 Add the @2x expert indicators.
We currently load the expert indicator resources using an <img> tag.
According to QTBUG-36383 the @2x versions won't load unless you've built
with Qt 5.4.0 or later.

Change-Id: I003fd5d5f10e779f2e7ca6ba9fbb8e033df85b80
Reviewed-on: https://code.wireshark.org/review/7601
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-08 18:12:06 +00:00

18 lines
549 B
Text

<RCC>
<qresource prefix="/expert">
<file>expert_chat.png</file>
<file>expert_chat@2x.png</file>
<file>expert_error.png</file>
<file>expert_error@2x.png</file>
<file>expert_none.png</file>
<file>expert_none@2x.png</file>
<file>expert_note.png</file>
<file>expert_note@2x.png</file>
<file>expert_warn.png</file>
<file>expert_warn@2x.png</file>
</qresource>
<qresource prefix="/comment">
<file>capture_comment_update.png</file>
</qresource>
</RCC>