(self)
| 45 | self.done(QtGui.QDialog.Rejected) |
| 46 | |
| 47 | def reject(self): |
| 48 | self.timer.stop() |
| 49 | self.hide() |
| 50 | UISignalQueue.put(('updateStatusBar', _translate("newchandialog", "Chan creation / joining cancelled"))) |
| 51 | self.done(QtGui.QDialog.Rejected) |
nothing calls this directly
no test coverage detected