mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 03:55:55 +08:00
Coding style fixes
This commit is contained in:
parent
5724ee71d0
commit
8b8fb8db95
@ -10,6 +10,7 @@ from UM.Settings.SettingFunction import SettingFunction
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class UserChangesModel(ListModel):
|
class UserChangesModel(ListModel):
|
||||||
KeyRole = Qt.UserRole + 1
|
KeyRole = Qt.UserRole + 1
|
||||||
LabelRole = Qt.UserRole + 2
|
LabelRole = Qt.UserRole + 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user