Index: sources/view/VEventSpy.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -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();