Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r8b044d8ef7db6f72c65aa6109d5f29a79bca92a2 -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 8b044d8ef7db6f72c65aa6109d5f29a79bca92a2) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -138,7 +138,8 @@ qRegisterMetaType ("GuiRequestReasons"); - qRegisterMetaType ("GuiStringIndexMap"); + qRegisterMetaType ("GuiStringIndexMap" ); + qRegisterMetaType ("GuiUint08IndexMap" ); // Note that this Models are not used in the QML // but Qt needs them to be registered to be able to use them in between threads queue