Use makeQAction, not new QAction for named action
Any action with a name, that is defined in a .action file must be created with KisActioNRegistry::makeQAction, not new QAction.
CCBUG:385030