From 4354a76df94c26f2298380eb657712dc3e06b470 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 1 May 2020 12:22:49 +0000 Subject: StandardDropdown: drop Qt 5.8 workaround --- wizard/WizardCreateDevice1.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wizard/WizardCreateDevice1.qml') diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 4cc6640a..97623283 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -53,11 +53,6 @@ Rectangle { ListElement { column1: "Trezor Model T"; column2: "Trezor";} } - function update(){ - // update device dropdown - deviceNameDropdown.update(); - } - ColumnLayout { id: pageRoot Layout.alignment: Qt.AlignHCenter; @@ -208,8 +203,6 @@ Rectangle { Component.onCompleted: { errorMsg.text = ""; - wizardCreateDevice1.update(); - console.log() } function onPageCompleted(previousView){ -- cgit v1.2.3