Index: sources/view/VEventSpy.h =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -39,14 +39,11 @@ // singleton SINGLETON(VEventSpy) - // disabled 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 , mouseCount , 0 ) PROPERTY( QPoint , mousePoint , QPoint() ) - // disabled coco end private: void initConnections();