forked from openlp/openlp
doc string!
This commit is contained in:
parent
42465605ac
commit
21b362c9a2
@ -507,6 +507,11 @@ class ServiceManager(QtWidgets.QWidget, RegistryBase, Ui_ServiceManager, LogMixi
|
|||||||
return service
|
return service
|
||||||
|
|
||||||
def get_write_file_list(self):
|
def get_write_file_list(self):
|
||||||
|
"""
|
||||||
|
|
||||||
|
:return:
|
||||||
|
:rtype: (list[openlp.core.common.path.Path], list[openlp.core.common.path.Path])
|
||||||
|
"""
|
||||||
write_list = []
|
write_list = []
|
||||||
missing_list = []
|
missing_list = []
|
||||||
for item in self.service_items:
|
for item in self.service_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user