Index: sources/view/VEventSpy.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -19,7 +19,7 @@ #include // Project -#include "main.h" +#include "main.h" // Doxygen : don't remove // define #define _VEventSpy View::VEventSpy::I() @@ -31,15 +31,15 @@ Q_OBJECT // singleton - SINGLETON(VEventSpy); + SINGLETON(VEventSpy) // coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. - PROPERTY( quint64 , touchCount , 0 ); - PROPERTY( quint64 , touchPoints , 0 ); + PROPERTY( quint64 , touchCount , 0 ) + PROPERTY( quint64 , touchPoints , 0 ) - PROPERTY( quint64 , mouseCount , 0 ); - PROPERTY( QPoint , mousePoint , QPoint() ); + PROPERTY( quint64 , mouseCount , 0 ) + PROPERTY( QPoint , mousePoint , QPoint() ) // coco end private: