blankline

This commit is contained in:
Jonathan Corwin 2011-05-21 23:21:34 +01:00
parent 0c365e2a59
commit a1e20921e2

View File

@ -77,6 +77,7 @@ class OpenLP(QtGui.QApplication):
The core application class. This class inherits from Qt's QApplication
class in order to provide the core of the application.
"""
def exec_(self):
"""
Override exec method to allow the shared memory to be released on exit