Index: sources/view/VGeneralEvent.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r8c92a0d2fc6cb6475f502153dcbb0dacc7660021 --- sources/view/VGeneralEvent.h (.../VGeneralEvent.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/VGeneralEvent.h (.../VGeneralEvent.h) (revision 8c92a0d2fc6cb6475f502153dcbb0dacc7660021) @@ -19,9 +19,8 @@ // Project #include "main.h" // Doxygen : do not remove -#include "VView.h" -#include "MHDGeneralEvent.h" -#include "MDGGeneralEvent.h" +//#include "VView.h" +#include "VViewAutoGen.h" // namespace namespace View { @@ -78,7 +77,8 @@ PROPERTY( QString , dgReset ,"") VIEW_DEC_CLASS(VGeneralEvent ) - VIEW_DEC_SLOT (HDGeneralEventData ) - VIEW_DEC_SLOT (DGGeneralEventData ) + // AUTOGEN ISSUE + //VIEW_DEC_SLOT (HDGeneralEventData ) + //VIEW_DEC_SLOT (DGGeneralEventData ) }; }