Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rf502bc55feb08cd037d9caa12086d30034fe715b -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision f502bc55feb08cd037d9caa12086d30034fe715b) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -138,6 +138,9 @@ qRegisterMetaType ("GuiRequestReasons"); + 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 // by their metadata information.