syncthingtray/widgets/resources/syncthingwidgetsicons.qrc
Martchus 1ccac1e145 plasmoid: Use data-error icon instead of the old emblem-important
Loading the icon for the button from resources ceased to work (maybe when
switching to `PlasmaComponents3.ToolButton`). This change works around the
problem and the old icon no longer needs to be bundled.
2021-07-01 18:26:09 +02:00

20 lines
1.0 KiB
Plaintext

<RCC>
<qresource prefix="/">
<file>icons/hicolor/scalable/actions/view-refresh.svg</file>
<file>icons/hicolor/scalable/apps/internet-web-browser.svg</file>
<file>icons/hicolor/scalable/apps/preferences-other.svg</file>
<file>icons/hicolor/scalable/apps/system-run.svg</file>
<file>icons/hicolor/scalable/actions/process-stop.svg</file>
<file>icons/hicolor/scalable/actions/list-add.svg</file>
<file>icons/hicolor/scalable/actions/list-remove.svg</file>
<file>icons/hicolor/scalable/actions/edit-paste.svg</file>
<file>icons/hicolor/scalable/app/syncthingtray.svg</file>
<file>icons/hicolor/scalable/actions/globe.svg</file>
<file>icons/hicolor/scalable/places/user-home.svg</file>
<file>icons/hicolor/scalable/actions/edit-undo.svg</file>
<file>icons/hicolor/scalable/actions/document-open.svg</file>
<file>icons/hicolor/scalable/actions/go-down.svg</file>
<file>icons/hicolor/scalable/actions/go-up.svg</file>
</qresource>
</RCC>