diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:01:42 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:02:46 -0800 |
commit | c53aa7dbfbb615e0aea28a414672882a86468cb3 (patch) | |
tree | 8cef77b682c7ba28be83c2507120f5f3ed92b14c /qt-mobile/qml/mobile-resources.qrc | |
parent | 7cc851ebad3a9cef5a1238197754903f1c9ed9e4 (diff) | |
download | subsurface-c53aa7dbfbb615e0aea28a414672882a86468cb3.tar.gz |
QML UI: add context menu button
Right now this is an alternative to the magic action button - but the goal is
to replace it completely.
Signed-off-by: Dirk Hohndel <dirk@hohndel.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 24b88676f..8d799f09f 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -16,6 +16,7 @@ <file>dive.jpg</file> <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> <file alias="main-menu.png">icons/main-menu.png</file> + <file alias="context-menu.png">icons/context-menu.png</file> </qresource> <qresource prefix="/imports"> <file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file> |