forked from openlp/openlp
Correct brackets
This commit is contained in:
parent
3e1ba89a41
commit
025fe7e145
@ -329,7 +329,7 @@ def create_separated_list(stringlist):
|
||||
List of unicode strings
|
||||
"""
|
||||
if Qt.PYQT_VERSION_STR >= u'4.9':
|
||||
return unicode(QtCore.QLocale.createSeparatedList(stringlist))
|
||||
return unicode(QtCore.QLocale().createSeparatedList(stringlist))
|
||||
if not stringlist:
|
||||
return u''
|
||||
elif len(stringlist) == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user