Index: sources/view/VEventSpy.h =================================================================== diff -u -rfc6ab39520d3af729bbdedf1fa2dc4cc84a7c655 -r00d9bb06ec2bad14f6dc2db678b750c244f694ef --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision fc6ab39520d3af729bbdedf1fa2dc4cc84a7c655) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) @@ -31,16 +31,17 @@ Q_OBJECT // singleton - SINGLETON(VEventSpy) + 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 , touchCount , 0 ); + PROPERTY( quint64 , touchPoints , 0 ); - PROPERTY(quint64, mouseCount, 0) - PROPERTY(QPoint , mousePoint, QPoint()) + PROPERTY( quint64 , mouseCount , 0 ); + PROPERTY( QPoint , mousePoint , QPoint() ); // coco end + private: void initConnections(); void mouseEventSpy(QEvent *vEvent, const QString &vTypeName);