Index: sources/view/VEventSpy.h =================================================================== diff -u -rccba568494c6b7214116f818a0ac89d0fa3ba81b -r11560b63360025c294edabc6f5f6da97ad1f20c3 --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision ccba568494c6b7214116f818a0ac89d0fa3ba81b) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 11560b63360025c294edabc6f5f6da97ad1f20c3) @@ -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();