mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix path to resource
This commit is contained in:
parent
145dcf9efe
commit
dbf5a264bd
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../icons.qrc">:/icons/oxygen/application-rss+xml.png</pixmap>
|
||||
<pixmap resource="../../icons.qrc">:/icons/oxygen/application-rss+xml.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -94,7 +94,7 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
<include location="../../icons.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue