Cura/resources/qml/ActionPanel
David Fries 2749de9a67 Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments
"share/cura/resources/qml/Menus/RecentFilesMenu.qml:39:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."

This was passing the Instantiator index, which is a Number to menu.removeItem
which is expecting an object.  Add the missing index argument.  I
found Qt 5.7 had two arguments so it has been there for some time.
2024-08-31 12:11:56 -05:00
..
ActionPanelWidget.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
OutputDevicesActionButton.qml Adjust color-scheme for button restyle. 2021-07-02 09:39:33 +02:00
OutputProcessWidget.qml Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments 2024-08-31 12:11:56 -05:00
PrintInformationWidget.qml Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
PrintJobInformation.qml Increase Boxes for Printjob Information 2023-06-28 16:16:58 +02:00
SliceProcessWidget.qml Render labels using Text.QtRendering on OSX 2022-05-10 15:40:09 +02:00