diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-29 06:14:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-29 15:41:58 -0800 |
commit | e39e9eee3ba1a8192c2a643b0ecafc5e139c39f8 (patch) | |
tree | 207b909636df182b7e1d97e6460ecda263ee827b /qt-mobile/qml/mobile-resources.qrc | |
parent | 84769dc2f6faba46c9d2b0c2442792da0ddd653e (diff) | |
download | subsurface-e39e9eee3ba1a8192c2a643b0ecafc5e139c39f8.tar.gz |
QML UI: present an undo dialog after delete
The dialog gives the user 3 seconds to undo the delete and then disappears
without any user interaction.
This isn't hooked up, yet.
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 77a78c918..a96910494 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -22,6 +22,7 @@ <file alias="context-menu.png">icons/context-menu.png</file> <file alias="menu-edit.png">icons/menu-edit.png</file> <file alias="menu-back.png">icons/menu-back.png</file> + <file alias="PassiveNotification.qml">mobilecomponents/private/PassiveNotification.qml</file> </qresource> <qresource prefix="/imports"> <file alias="org/kde/plasma/mobilecomponents/qmldir">mobilecomponents/qmldir</file> |