mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
restoring qmlregistersingletons in Cura
adding wrapper for deprecation warning CURA-7812
This commit is contained in:
parent
34da282275
commit
d0560ae790
2 changed files with 37 additions and 7 deletions
|
@ -187,7 +187,7 @@ Popup
|
|||
//Add all the custom profiles.
|
||||
Repeater
|
||||
{
|
||||
model: Cura.CustomQualityProfilesDropDownMenuModel
|
||||
model: CuraApplication.getCustomQualityProfilesDropDownMenuModel()
|
||||
MenuButton
|
||||
{
|
||||
onClicked: Cura.MachineManager.setQualityChangesGroup(model.quality_changes_group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue