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:
Simon Edwards 2016-10-03 15:19:15 +02:00
parent a0f345285d
commit 5d1b77c551
4 changed files with 4 additions and 4 deletions

View file

@ -13,4 +13,4 @@ from .SettingOverrideDecorator import SettingOverrideDecorator
from .QualitySettingsModel import QualitySettingsModel
from .SettingInheritanceManager import SettingInheritanceManager
from .ProfilesModel import ProfilesModel
from .ProfilesPageModel import ProfilesPageModel
from .QualityAndUserProfilesModel import QualityAndUserProfilesModel