From 4978bb0f6b77466391f74a97d1c5c3ec28a711f5 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 27 Oct 2020 03:30:43 +0300 Subject: main.qml: remove useless onClosing --- qml/main.qml | 6 ------ 1 file changed, 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 - } } -- cgit v1.2.3-54-g00ecf