Fixed missing qoutes

:face_palm:

Contributes to CURA-8558
This commit is contained in:
Jelle Spijker 2021-11-03 16:01:43 +01:00 committed by Jelle Spijker
parent 8785198a0e
commit 07fcf8b533
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -89,5 +89,5 @@ class PackageList(ListModel):
@pyqtProperty(bool, constant = True) @pyqtProperty(bool, constant = True)
def hasFooter(self) -> bool: def hasFooter(self) -> bool:
""" Indicating if the PackageList should have a Footer visible. For paginated PackageLists """ Indicating if the PackageList should have a Footer visible. For paginated PackageLists
:return: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise :return: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise"""
return self._has_footer return self._has_footer