Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r5a505f86c26c8e1fd6d584cd53a3765c25120781 -rbf9223700613ced6c377f3e3a7b4de8367c30474 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 5a505f86c26c8e1fd6d584cd53a3765c25120781) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision bf9223700613ced6c377f3e3a7b4de8367c30474) @@ -200,7 +200,7 @@ { //using namespace View; qmlRegisterType ("Gui.View" , 0, 1, "GuiView"); - qmlRegisterUncreatableType ("Gui.Actions" , 0, 1, "GuiActions" , QStringLiteral("Used only for enumerations no need to have an object")); + qmlRegisterUncreatableType ("Gui.Actions" , 0, 1, "guiActions" , QStringLiteral("Used only for enumerations no need to have an object")); qmlRegisterSingletonType ("Gui.VEventSpy", 0, 1, "GuiEventSpy", [](QQmlEngine *, QJSEngine *) -> QObject * { return &_VEventSpy; });