summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-03 12:26:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-03 12:26:28 -0700
commit17355c99ff9acd67699ac95578ded88262c4287c (patch)
tree96b60575428e7a2e23f0eb525ad9bdf92bc95464 /mobile-widgets
parent3437fc1a64e5659528f1a0343d53a667147ffc71 (diff)
downloadsubsurface-17355c99ff9acd67699ac95578ded88262c4287c.tar.gz
Revert "QML UI: make sure Kirigami doesn't exit by mistake"
This reverts commit 3437fc1a64e5659528f1a0343d53a667147ffc71. Completely bogus.
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 36064bc21..b4ab897e9 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -319,11 +319,6 @@ Kirigami.ApplicationWindow {
}
- onBackRequested: {
- print("main back requested -- make sure Kirigami doesn't quit" + event + " acc " + event.accepted)
- event.accepted = true
- }
-
QMLManager {
id: manager
}