mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Apply suggestions from code review
Applied code review comments Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
e7aecb6c06
commit
3a94fc0ced
4 changed files with 4 additions and 6 deletions
|
@ -42,7 +42,7 @@ class PackageList(ListModel):
|
|||
""" Resets and clears the list"""
|
||||
self.clear()
|
||||
|
||||
isLoadingChanged = pyqtSignal() # The signal for isLoading property
|
||||
isLoadingChanged = pyqtSignal()
|
||||
|
||||
def setIsLoading(self, value: bool) -> None:
|
||||
if self._is_loading != value:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue