From a1e20921e22e2ba1ba1e288d4b8e10d2dd9f2206 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Sat, 21 May 2011 23:21:34 +0100 Subject: [PATCH] blankline --- openlp.pyw | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp.pyw b/openlp.pyw index a97dc6e2e..5ecfbe5f5 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -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