diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:17:35 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:21:31 +0100 |
commit | 33d589ff5cf3b7189abad40c2dd2f4f62b82c7bc (patch) | |
tree | cd338e83c0e4eebcb140cac850f0d1880b66b092 /qt-mobile/qml/mobile-resources.qrc | |
parent | e0fc5268fe308d8f60ee96bb2c03c49a5fa4a524 (diff) | |
download | subsurface-33d589ff5cf3b7189abad40c2dd2f4f62b82c7bc.tar.gz |
Add missing icon
This is the SVG file used on the drag button. Like the other two, it's
taken from the Breeze icon set.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 8abdcd9d6..19c580da0 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -34,5 +34,6 @@ <file alias="org/kde/plasma/mobilecomponents/private/qmldir">mobilecomponents/private/qmldir</file> <file alias="org/kde/plasma/mobilecomponents/icons/go-next.svg">mobilecomponents/icons/go-next.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/go-previous.svg">mobilecomponents/icons/go-previous.svg</file> + <file alias="org/kde/plasma/mobilecomponents/icons/distribute-horizontal-x.svg">mobilecomponents/icons/distribute-horizontal-x.svg</file> </qresource> </RCC> |