Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/API
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-11-19 18:22:41 +0300
committerGhostkeeper <rubend@tutanota.com>2021-11-19 18:22:41 +0300
commita5202b61d2a82de1c8985417d983405ec3f80d94 (patch)
tree6a63a861e8767a20e51b30b2ff53d1a2f2151788 /cura/API
parentbfb8440a04db95d3aa4ef2ceb6d8302c1c044bb7 (diff)
Don't emit with new profile
The signal can't accept it because it's not a QObject. Contributes to issue CURA-8539.
Diffstat (limited to 'cura/API')
-rw-r--r--cura/API/Account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/API/Account.py b/cura/API/Account.py
index 9a4dceb3c9..bf8a883c1a 100644
--- a/cura/API/Account.py
+++ b/cura/API/Account.py
@@ -209,7 +209,7 @@ class Account(QObject):
def _onProfileChanged(self, profile: UserProfile):
self._user_profile = profile
- self.userProfileChanged.emit(profile)
+ self.userProfileChanged.emit()
def _sync(self) -> None:
"""Signals all sync services to start syncing