view Feedworm.qrc @ 232:18865de3a87d

all __init__.py files must contain at least an empty line to avoid eric's style checker choking
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 25 Sep 2014 17:10:40 +0200
parents c694bfb732bc
children
line wrap: on
line source

<RCC>
  <qresource prefix="newPrefix">
    <file>zoom_in.png</file>
    <file>zoom_out.png</file>
    <file>mark_selected_read.jpg</file>
    <file>mark_all_read.jpg</file>
    <file>open_in_browser.png</file>
    <file>worm.png</file>
  </qresource>
</RCC>