Removed comments

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-23 18:08:22 +01:00
parent 4b86400661
commit 8c0f64633b
No known key found for this signature in database
GPG Key ID: 4E62757E2B0D304D

View File

@ -1062,9 +1062,6 @@ class CuraApplication(QtApplication):
qmlRegisterType(ExtrudersModel, "Cura", 1, 0, "ExtrudersModel")
qmlRegisterType(GlobalStacksModel, "Cura", 1, 0, "GlobalStacksModel")
# from plugins.Toolbox.src.SubscribedPackagesModel import SubscribedPackagesModel
# qmlRegisterType(SubscribedPackagesModel, "Cura", 1, 6, "SubscribedPackagesModel") ### This might not be needed
qmlRegisterType(FavoriteMaterialsModel, "Cura", 1, 0, "FavoriteMaterialsModel")
qmlRegisterType(GenericMaterialsModel, "Cura", 1, 0, "GenericMaterialsModel")
qmlRegisterType(MaterialBrandsModel, "Cura", 1, 0, "MaterialBrandsModel")