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 /subsurface.qrc | |
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>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 4 |
1 files changed, 2 insertions, 2 deletions
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> |