diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-16 17:28:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-16 18:57:08 -0700 |
commit | d2d46d848a9c3fc6df8875e37b0cbee97fd1a217 (patch) | |
tree | 702dc29e8f25519a9ec7582d97c923bee8edd4c2 /mobile-widgets/qml/mobile-resources.qrc | |
parent | bb03bd862b65adec0190bd143fffd94ca1ada598 (diff) | |
download | subsurface-d2d46d848a9c3fc6df8875e37b0cbee97fd1a217.tar.gz |
QML UI: fix incorrect icon references
Not sure why this has worked in the past - it was simply wrong.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 5866d5fa8..a765c9bcc 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -42,7 +42,7 @@ <qresource prefix="/"> <file>qtquickcontrols2.conf</file> </qresource> - <qresource prefix="/org/kde/kirigami"> + <qresource> <file alias="icons/map-globe.svg">kirigami/icons/map-globe.svg</file> <file alias="icons/go-next-symbolic.svg">kirigami/icons/go-next.svg</file> <file alias="icons/go-previous-symbolic.svg">kirigami/icons/go-previous.svg</file> |