Method preprocessForm() in model menu/ItemsModel throws a warning.
preprocessForm(JForm $form, $data, $group = 'content') should be compatible with Joomla\CMS\MVC\Model\ListModel::preprocessForm(Joomla\CMS\Form\Form $form, $data, $group = 'content') in administrator\components\com_menus\Model\ItemsModel.php on line 600
Thank you, @SharkyKZ you are right. I got a Warning for the method when using the model in another module. Removing the method helped in the module but was definitely too much. ;) Now this works better
It is used.