StandardDropdown: drop Qt 5.8 workaround

This commit is contained in:
xiphon
2020-05-01 12:22:49 +00:00
parent 7536e922e9
commit 4354a76df9
6 changed files with 4 additions and 33 deletions

View File

@@ -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){