Merge branch 'master' of github.com:dae/ankiqt

This commit is contained in:
Damien Elmes 2012-06-05 05:11:24 +09:00
commit 597f1dc16a

View file

@ -23,9 +23,6 @@ class EditCurrent(QDialog):
self.setWindowTitle(_("Edit Current"))
self.setMinimumHeight(400)
self.setMinimumWidth(500)
self.connect(self.form.buttonBox.button(QDialogButtonBox.Close),
SIGNAL("clicked()"),
self.onSave)
self.connect(self,
SIGNAL("rejected()"),
self.onSave)