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

@@ -13,7 +13,7 @@ class QEAbstractWizard(QObject):
QObject.__init__(self, parent)
@pyqtSlot(result=str)
def start_wizard(self):
def startWizard(self):
self.start()
return self._current.view