forked from openlp/openlp
Replace missing line
This commit is contained in:
parent
c1ccf8752f
commit
c2c4940ca7
@ -94,6 +94,7 @@ class EventReceiver(QtCore.QObject):
|
|||||||
``msg``
|
``msg``
|
||||||
Defaults to *None*. The message to send with the event.
|
Defaults to *None*. The message to send with the event.
|
||||||
"""
|
"""
|
||||||
|
log.debug(u'Event %s passed with payload %s' % (event, msg))
|
||||||
self.emit(QtCore.SIGNAL(event), msg)
|
self.emit(QtCore.SIGNAL(event), msg)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user