diff options
| author | xiphon <xiphon@protonmail.com> | 2020-05-01 12:22:49 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-05-07 21:55:44 +0000 |
| commit | 4354a76df94c26f2298380eb657712dc3e06b470 (patch) | |
| tree | 4e0bc611d28f84c07b3a96fe8e78b1bd1cb735d4 /wizard/WizardCreateDevice1.qml | |
| parent | 7536e922e916150497162f8becca88738a02da9e (diff) | |
| download | monzero-gui-4354a76df94c26f2298380eb657712dc3e06b470.tar.gz monzero-gui-4354a76df94c26f2298380eb657712dc3e06b470.tar.xz monzero-gui-4354a76df94c26f2298380eb657712dc3e06b470.zip | |
StandardDropdown: drop Qt 5.8 workaround
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 7 |
1 files changed, 0 insertions, 7 deletions
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){ |
