Index: sources/view/VEventSpy.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -39,14 +39,14 @@ // singleton SINGLETON(VEventSpy) - // coco begin validated: this code has been manually tested. + // 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() ) - // coco end + // disabled coco end private: void initConnections();