Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -r9048646630717f980a852df54349805ba63773e0 -r1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 9048646630717f980a852df54349805ba63773e0) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30) @@ -148,8 +148,9 @@ // ----- #include "VTreatmentAdjustmentEnd.h" +// ----- +#include "VRxProfiles.h" - namespace Gui { MainView *_viewer = nullptr; @@ -170,6 +171,8 @@ qRegisterMetaType ("GuiStringIndexMap" ); qRegisterMetaType ("GuiUint08IndexMap" ); + qRegisterMetaType ("QFileInfoList" ); + // 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.