Fixed the loading spinner not spinning at first construction

Contributes to CURA-8558
This commit is contained in:
Jelle Spijker 2021-11-04 08:22:58 +01:00 committed by Jelle Spijker
parent 11b3b08198
commit a58891ce58
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -33,6 +33,7 @@ class RemotePackageList(PackageList):
self._package_type_filter = ""
self._request_url = self._initialRequestUrl()
self.isLoadingChanged.emit()
def __del__(self) -> None:
"""