diff --git a/cura/API/Account.py b/cura/API/Account.py index eae59e8a71..c02e685263 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -17,7 +17,7 @@ if TYPE_CHECKING: i18n_catalog = i18nCatalog("cura") -class SyncState(QObject): +class SyncState: """QML: Cura.AccountSyncState""" SYNCING = 0 SUCCESS = 1