aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/main.qml')
-rw-r--r--qml/main.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 73abec6..94ac72a 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -48,10 +48,4 @@ Kirigami.ApplicationWindow {
eventEmitter = accountsModel.getEventEmitter()
eventEmitter.start();
}
-
- onClosing: {
- console.log('stopping')
- pageStack.pop(null)
- delete root.accountsModel
- }
}