Allow setting visibilities to be upgraded

CURA-8810_version_upgrade
This commit is contained in:
jelle Spijker 2021-04-01 16:15:47 +02:00 committed by Jelle Spijker
parent 85fa07f6dd
commit 77ea5e5e89
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
4 changed files with 49 additions and 9 deletions

View file

@ -19,6 +19,8 @@ class SettingVisibilityPresetsModel(QObject):
onItemsChanged = pyqtSignal()
activePresetChanged = pyqtSignal()
Version = 2
def __init__(self, preferences: Preferences, parent = None) -> None:
super().__init__(parent)