mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Rename ProfilesPageModel.py to QualityAndUserProfilesModel.py. Step 2 of 2.
Contributes to CURA-2414 Quality changes profiles are created incorrectly
This commit is contained in:
parent
a0f345285d
commit
5d1b77c551
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ from cura.Settings.ProfilesModel import ProfilesModel
|
|||
|
||||
## QML Model for listing the current list of valid quality and quality changes profiles.
|
||||
#
|
||||
class ProfilesPageModel(ProfilesModel):
|
||||
class QualityAndUserProfilesModel(ProfilesModel):
|
||||
def __init__(self, parent = None):
|
||||
super().__init__(parent)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue