From 42086b574c8f4d0d7c7eda4fea92f580b98de7cf Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sun, 6 Nov 2016 20:00:54 +0100 Subject: [PATCH] remove old reference to passwordDialog --- components/StandardDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 8c7a05d3..0e081ae5 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -119,7 +119,6 @@ Window { releasedColor: "#FF6C3C" pressedColor: "#FF4304" text: qsTr("Cancel") - KeyNavigation.tab: passwordInput onClicked: { root.rejected() root.close()