aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-07-20 02:38:51 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 07:31:11 -0700
commit88c6d98265ddce43c1f3309938aa27f4151d1b76 (patch)
tree7aed21619cb25547c2633a4b261858f622d5574d
parentce309c15a75087ea8644b30d490637500008a403 (diff)
downloadsubsurface-88c6d98265ddce43c1f3309938aa27f4151d1b76.tar.gz
qrc: yet another slight rename for the map markers resources
Use a "mapwidget-" prefix for both the QRC and the file names. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-rw-r--r--mobile-widgets/qml/icons/mapwidget-marker-selected.png (renamed from mobile-widgets/qml/icons/mapmarker-selected.png)bin1995 -> 1995 bytes
-rw-r--r--mobile-widgets/qml/icons/mapwidget-marker.png (renamed from mobile-widgets/qml/icons/mapmarker.png)bin1849 -> 1849 bytes
-rw-r--r--subsurface.qrc4
3 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/icons/mapmarker-selected.png b/mobile-widgets/qml/icons/mapwidget-marker-selected.png
index 57f4efa27..57f4efa27 100644
--- a/mobile-widgets/qml/icons/mapmarker-selected.png
+++ b/mobile-widgets/qml/icons/mapwidget-marker-selected.png
Binary files differ
diff --git a/mobile-widgets/qml/icons/mapmarker.png b/mobile-widgets/qml/icons/mapwidget-marker.png
index dca749bd9..dca749bd9 100644
--- a/mobile-widgets/qml/icons/mapmarker.png
+++ b/mobile-widgets/qml/icons/mapwidget-marker.png
Binary files differ
diff --git a/subsurface.qrc b/subsurface.qrc
index bd20d2ac3..79d10a20d 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -1,8 +1,8 @@
<RCC>
<qresource prefix="/">
<file alias="mapwidget-qml">mobile-widgets/qml/MapWidget.qml</file>
- <file alias="mapwidget-marker">mobile-widgets/qml/icons/mapmarker.png</file>
- <file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapmarker-selected.png</file>
+ <file alias="mapwidget-marker">mobile-widgets/qml/icons/mapwidget-marker.png</file>
+ <file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapwidget-marker-selected.png</file>
<file alias="star">icons/star.svg</file>
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
<file alias="subsurface-mobile-icon">icons/subsurface-mobile-icon.png</file>