forked from openlp/openlp
Fix docstring for last commit
This commit is contained in:
parent
60b5568979
commit
4c08162e33
@ -117,8 +117,7 @@ class ServiceItem(object):
|
|||||||
service item in the service manager.
|
service item in the service manager.
|
||||||
|
|
||||||
``icon``
|
``icon``
|
||||||
An instance of QIcon or a string to an icon in the resource or on
|
A string to an icon in the resources or on disk.
|
||||||
disk.
|
|
||||||
"""
|
"""
|
||||||
self.icon = icon
|
self.icon = icon
|
||||||
self.iconic_representation = build_icon(icon)
|
self.iconic_representation = build_icon(icon)
|
||||||
|
Loading…
Reference in New Issue
Block a user