diff --git a/openlp/core/ui/lib/listwidgetwithdnd.py b/openlp/core/ui/lib/listwidgetwithdnd.py index 2d7874b7a..1758d46fb 100755 --- a/openlp/core/ui/lib/listwidgetwithdnd.py +++ b/openlp/core/ui/lib/listwidgetwithdnd.py @@ -128,7 +128,7 @@ class ListWidgetWithDnD(QtWidgets.QListWidget): def allItems(self): """ An generator to list all the items in the widget - + :return: a generator """ for row in range(self.count()):