1
0

qml: consistency camelcase public slots qedaemon, qeinvoice, qewizard

This commit is contained in:
Sander van Grieken
2023-04-25 13:40:16 +02:00
parent 61179ede8c
commit 264540e12b
10 changed files with 18 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ Wizard {
}
Component.onCompleted: {
var view = wiz.start_wizard()
var view = wiz.startWizard()
_loadNextComponent(view)
}
}