This commit is contained in:
Tim Bentley 2011-03-06 07:51:24 +00:00
parent 128a24a57b
commit 892430f90c
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ class OpenLP(QtGui.QApplication):
log.info(u'Openlp version %s' % app_version[u'version'])
return app_version
# def notify(self, obj, evt):
# #TODO needed for presentation exceptions
# return QtGui.QApplication.notify(self, obj, evt)
def run(self):
"""
Run the OpenLP application.