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
..
2023-09-05 16:05:18 +02:00
2024-04-02 10:59:53 +02:00
2024-03-11 11:55:18 +01:00
2024-04-05 13:32:28 -04:00
2024-01-10 10:36:48 +01:00
2024-03-30 16:16:27 +01:00
2024-04-05 13:32:28 -04:00
2022-04-05 15:04:35 +02:00
2021-09-07 11:33:54 -04:00
2022-05-11 17:23:54 +02:00