Don't emit with new profile

The signal can't accept it because it's not a QObject.

Contributes to issue CURA-8539.
This commit is contained in:
Ghostkeeper 2021-11-19 16:22:41 +01:00
parent bfb8440a04
commit a5202b61d2
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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