Skip to content

Commit 166b9cf

Browse files
committed
Fix some icon path warnings
1 parent 4166242 commit 166b9cf

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/ui/qgslabelingguibase.ui

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<property name="windowTitle">
1414
<string>Layer labeling settings</string>
1515
</property>
16-
<property name="windowIcon">
17-
<iconset>
18-
<normaloff>../../../../../../../../../../private/var/.designer/backup</normaloff>../../../../../../../../../../private/var/.designer/backup</iconset>
19-
</property>
2016
<layout class="QGridLayout" name="gridLayout_8">
2117
<property name="verticalSpacing">
2218
<number>6</number>

src/ui/qgsrasterlayerpropertiesbase.ui

+4-4
Original file line numberDiff line numberDiff line change
@@ -1482,8 +1482,8 @@
14821482
<string>...</string>
14831483
</property>
14841484
<property name="icon">
1485-
<iconset>
1486-
<normaloff>../../images/themes/default/mActionContextHelp.png</normaloff>../../images/themes/default/mActionContextHelp.png</iconset>
1485+
<iconset resource="../../images/images.qrc">
1486+
<normaloff>:/images/themes/default/mActionContextHelp.png</normaloff>:/images/themes/default/mActionContextHelp.png</iconset>
14871487
</property>
14881488
</widget>
14891489
</item>
@@ -1538,8 +1538,8 @@
15381538
<string>...</string>
15391539
</property>
15401540
<property name="icon">
1541-
<iconset>
1542-
<normaloff>../../images/themes/default/mActionFileSave.svg</normaloff>../../images/themes/default/mActionFileSave.svg</iconset>
1541+
<iconset resource="../../images/images.qrc">
1542+
<normaloff>:/images/themes/default/mActionFileSave.svg</normaloff>:/images/themes/default/mActionFileSave.svg</iconset>
15431543
</property>
15441544
</widget>
15451545
</item>

0 commit comments

Comments
 (0)