1
0

remove cruft

This commit is contained in:
Sander van Grieken
2022-03-08 11:57:30 +01:00
parent 08154da3b6
commit e243aa22e7
2 changed files with 0 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ Wizard {
property Component proxyconfig: Component {
WizardComponent {
valid: true
last: false
onAccept: {
var p = {}

View File

@@ -7,6 +7,4 @@ Item {
property bool valid
property bool last: false
property bool ready: false
// onValidChanged: console.log('valid change in component itself')
// onWizard_dataChanged: console.log('wizard data changed in ')
}