From 3f82d5172f372b5f5d8d9ede4967c5d2b9867980 Mon Sep 17 00:00:00 2001 From: Maran Date: Fri, 11 Apr 2014 16:47:55 -0400 Subject: [PATCH] remove test menu --- ethereal/assets/qml/wallet.qml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 1452b1f97..95512f661 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -25,35 +25,6 @@ ApplicationWindow { } } - Menu { - title: "Test" - MenuItem { - text: "Test test" - shortcut: "Ctrl+t" - onTriggered: { - var win - function finishedLoading(){ - console.log("Trigged") - win = wizard.createObject(root) - } - console.log("Loading wizard") - - var wizard = Qt.createComponent("first_run.qml") - if(wizard.status== Component.Ready){ - console.log("Component is ready") - finishedLoading() - }else if( wizard.status == Component.Error){ - console.log("Error loading component:", wizard.errorString()) - } - else{ - wizard.statusChanged.connect(finishedLoading) - console.log("Component is NOT ready") - win = wizard.createObject(root) - } - } - } - } - Menu { title: "Network" MenuItem {