forked from openlp/openlp
test exception removed
This commit is contained in:
parent
8ad603b251
commit
1cb9594e58
@ -54,13 +54,6 @@ class AboutForm(QtGui.QDialog, Ui_AboutDialog):
|
|||||||
QtCore.QObject.connect(self.contributeButton,
|
QtCore.QObject.connect(self.contributeButton,
|
||||||
QtCore.SIGNAL(u'clicked()'), self.onContributeButtonClicked)
|
QtCore.SIGNAL(u'clicked()'), self.onContributeButtonClicked)
|
||||||
|
|
||||||
def reject(self):
|
|
||||||
"""
|
|
||||||
Raise a exception to test the exception handler.
|
|
||||||
"""
|
|
||||||
self.done(QtGui.QDialog.Rejected)
|
|
||||||
str(u'unvern\u00FCnftig')
|
|
||||||
|
|
||||||
def onContributeButtonClicked(self):
|
def onContributeButtonClicked(self):
|
||||||
"""
|
"""
|
||||||
Launch a web browser and go to the contribute page on the site.
|
Launch a web browser and go to the contribute page on the site.
|
||||||
|
Loading…
Reference in New Issue
Block a user