Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -rb80f8f84f21f86ad4c962a2c690447c572498e0b -r8f4dcc80fadbccfc152b28ea09466a2ab2ee7333 --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision b80f8f84f21f86ad4c962a2c690447c572498e0b) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 8f4dcc80fadbccfc152b28ea09466a2ab2ee7333) @@ -147,8 +147,9 @@ // ----- #include "VTreatmentAdjustmentEnd.h" +// ----- +#include "VRxProfiles.h" - namespace Gui { MainView *_viewer = nullptr; @@ -169,6 +170,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.