Index: sources/view/VEventSpy.h =================================================================== diff -u -r06d10ee1174f0947a01087554f3da3109b47aef6 -rda52c90a17adea2160ac93042e0632a4cda46b1a --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 06d10ee1174f0947a01087554f3da3109b47aef6) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision da52c90a17adea2160ac93042e0632a4cda46b1a) @@ -33,12 +33,14 @@ // singleton 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, mouseCount, 0) PROPERTY(QPoint , mousePoint, QPoint()) - + // coco end private: void initConnections(); void mouseEventSpy(QEvent *vEvent, const QString &vTypeName);