Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r3c07dc803109f716937b692cb4a67a5324bb9ca3 -r57ea732311e6f4c746974f5a52316f63dec23ca8 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 3c07dc803109f716937b692cb4a67a5324bb9ca3) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 57ea732311e6f4c746974f5a52316f63dec23ca8) @@ -175,7 +175,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; });