forked from openlp/openlp
fixed indentation issue
This commit is contained in:
parent
099b11f175
commit
16cd20a81a
@ -190,7 +190,7 @@ class OpenLP(QtGui.QApplication):
|
|||||||
if event.type() == QtCore.QEvent.FileOpen:
|
if event.type() == QtCore.QEvent.FileOpen:
|
||||||
file_name = event.file()
|
file_name = event.file()
|
||||||
log.debug(u'Got open file event for %s!', file_name)
|
log.debug(u'Got open file event for %s!', file_name)
|
||||||
self.args.insert(0, unicode(file_name))
|
self.args.insert(0, unicode(file_name))
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return QtGui.QApplication.event(self, event)
|
return QtGui.QApplication.event(self, event)
|
||||||
|
Loading…
Reference in New Issue
Block a user