Removed unneded reject() definition

This commit is contained in:
donoban 2021-03-14 00:24:51 +01:00
parent 57130043e3
commit 31f4297c7d
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -173,9 +173,6 @@ class NewVmDlg(QtWidgets.QDialog, Ui_NewVMDlg):
self.launch_settings.stateChanged.connect(self.settings_change)
self.install_system.stateChanged.connect(self.install_change)
def reject(self):
self.done(0)
def accept(self):
vmclass = self.vm_type.currentData()