diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-20 02:38:51 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 88c6d98265ddce43c1f3309938aa27f4151d1b76 (patch) | |
tree | 7aed21619cb25547c2633a4b261858f622d5574d | |
parent | ce309c15a75087ea8644b30d490637500008a403 (diff) | |
download | subsurface-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) | bin | 1995 -> 1995 bytes | |||
-rw-r--r-- | mobile-widgets/qml/icons/mapwidget-marker.png (renamed from mobile-widgets/qml/icons/mapmarker.png) | bin | 1849 -> 1849 bytes | |||
-rw-r--r-- | subsurface.qrc | 4 |
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 Binary files differindex 57f4efa27..57f4efa27 100644 --- a/mobile-widgets/qml/icons/mapmarker-selected.png +++ b/mobile-widgets/qml/icons/mapwidget-marker-selected.png diff --git a/mobile-widgets/qml/icons/mapmarker.png b/mobile-widgets/qml/icons/mapwidget-marker.png Binary files differindex dca749bd9..dca749bd9 100644 --- a/mobile-widgets/qml/icons/mapmarker.png +++ b/mobile-widgets/qml/icons/mapwidget-marker.png 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> |