forked from openlp/openlp
Minor fixes
This commit is contained in:
parent
d00840d1e0
commit
9cdec0e3d3
@ -213,10 +213,12 @@ class EventReceiver(QtCore.QObject):
|
||||
``{plugin}_add_service_item``
|
||||
Ask the plugin to push the selected items to the service item.
|
||||
|
||||
``{plugin}_service_load``
|
||||
Ask the plugin to process an individual service item after it has been
|
||||
loaded.
|
||||
|
||||
``{plugin}_config_updated``
|
||||
The Plugn's config has changed so lets do some processing.
|
||||
|
||||
The config has changed so tell the plugin about it.
|
||||
|
||||
``alerts_text``
|
||||
Displays an alert message.
|
||||
|
@ -399,7 +399,7 @@ class Plugin(QtCore.QObject):
|
||||
"""
|
||||
return u''
|
||||
|
||||
def configUpdatedl(self):
|
||||
def configUpdated(self):
|
||||
"""
|
||||
The plugin's config has changed
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user