mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Do not inherit SyncState from QObject
not necessary and fixes mypy warning CURA-7290
This commit is contained in:
parent
1ae050bbc5
commit
8e75da552d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if TYPE_CHECKING:
|
|||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
class SyncState(QObject):
|
||||
class SyncState:
|
||||
"""QML: Cura.AccountSyncState"""
|
||||
SYNCING = 0
|
||||
SUCCESS = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue