wizard: remove view from is_last_view call, it's never used
This commit is contained in:
@@ -26,7 +26,6 @@ class QEAbstractWizard(QObject):
|
||||
@pyqtSlot('QJSValue', result='QVariant')
|
||||
def submit(self, wizard_data):
|
||||
wdata = wizard_data.toVariant()
|
||||
self.log_state(wdata)
|
||||
view = self.resolve_next(self._current.view, wdata)
|
||||
return { 'view': view.view, 'wizard_data': view.wizard_data }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user