Skip to content

Commit

Permalink
fix resources paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Špirk committed Feb 13, 2024
1 parent 6fd103c commit 4786a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libqf/libqfqmlwidgets/src/framework/logwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<string>Copy to clipboard.</string>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<iconset resource="../../images/qfqmlwidgets_images.qrc">
<normaloff>:/qf/qmlwidgets/images/copy.svg</normaloff>:/qf/qmlwidgets/images/copy.svg</iconset>
</property>
<property name="autoRaise">
Expand Down Expand Up @@ -158,7 +158,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../images/images.qrc"/>
<include location="../../images/qfqmlwidgets_images.qrc"/>
<include location="../../images/flat/qfqmlwidgets_flat.qrc"/>
</resources>
<connections/>
Expand Down

0 comments on commit 4786a8d

Please sign in to comment.