mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove outdated TODOs in ProfilesPage
This commit is contained in:
parent
730048d2b2
commit
6a14e39610
1 changed files with 2 additions and 3 deletions
|
@ -266,7 +266,7 @@ Item
|
||||||
id: importDialog
|
id: importDialog
|
||||||
title: catalog.i18nc("@title:window", "Import Profile")
|
title: catalog.i18nc("@title:window", "Import Profile")
|
||||||
selectExisting: true
|
selectExisting: true
|
||||||
nameFilters: qualitiesModel.getFileNameFilters("profile_reader") // TODO: make this easier
|
nameFilters: qualitiesModel.getFileNameFilters("profile_reader")
|
||||||
folder: CuraApplication.getDefaultPath("dialog_profile_path")
|
folder: CuraApplication.getDefaultPath("dialog_profile_path")
|
||||||
onAccepted:
|
onAccepted:
|
||||||
{
|
{
|
||||||
|
@ -292,11 +292,10 @@ Item
|
||||||
id: exportDialog
|
id: exportDialog
|
||||||
title: catalog.i18nc("@title:window", "Export Profile")
|
title: catalog.i18nc("@title:window", "Export Profile")
|
||||||
selectExisting: false
|
selectExisting: false
|
||||||
nameFilters: qualitiesModel.getFileNameFilters("profile_writer") // TODO: make this easier
|
nameFilters: qualitiesModel.getFileNameFilters("profile_writer")
|
||||||
folder: CuraApplication.getDefaultPath("dialog_profile_path")
|
folder: CuraApplication.getDefaultPath("dialog_profile_path")
|
||||||
onAccepted:
|
onAccepted:
|
||||||
{
|
{
|
||||||
// TODO: make this easier
|
|
||||||
var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group,
|
var result = Cura.ContainerManager.exportQualityChangesGroup(base.currentItem.quality_changes_group,
|
||||||
fileUrl, selectedNameFilter);
|
fileUrl, selectedNameFilter);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue