diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:01:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-04 13:02:46 -0800 |
commit | 7cc851ebad3a9cef5a1238197754903f1c9ed9e4 (patch) | |
tree | c669e9fdf7aadc1661a249ceb8ac612d04cc0da1 /qt-mobile/qml/mobile-resources.qrc | |
parent | 164d2f8c071528b6d566aa308ccadde769934f06 (diff) | |
download | subsurface-7cc851ebad3a9cef5a1238197754903f1c9ed9e4.tar.gz |
QML UI: add main 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 945b53a10..24b88676f 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -15,6 +15,7 @@ <file>StartPage.qml</file> <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> </qresource> <qresource prefix="/imports"> <file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file> |