Index: sources/view/VEventSpy.cpp =================================================================== diff -u -r79e076cece4ba503be6c3834eb68d1e5cb1b882f -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/view/VEventSpy.cpp (.../VEventSpy.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) +++ sources/view/VEventSpy.cpp (.../VEventSpy.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -44,7 +44,7 @@ // This should never happen with the current design and usage. // put here for developer safety if (Gui::_viewer) { - // coco end + // disabled coco end QObject::connect(Gui::_viewer , SIGNAL( eventSpy(QEvent*)), this , SLOT(onEventSpy(QEvent*))); } @@ -78,7 +78,7 @@ // Keyboard case QEvent::Type::KeyPress : keybdEventSpy(vEvent ); break; - // coco end + // disabled coco end default : break; @@ -136,7 +136,7 @@ .arg(y, 4, 10, QChar('0'))); #endif } -// coco end +// disabled coco end // 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. @@ -145,7 +145,7 @@ * \details mouse event count reset */ void VEventSpy::doMouseReset() { mouseCount(0); } -// coco end +// disabled coco end /*! * \brief VEventSpy::touchEventSpy @@ -179,7 +179,7 @@ } LOG_DEBUG( vTypeName + logString ); } -// coco end +// disabled coco end // 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. @@ -188,7 +188,7 @@ * \details touch event counter reset */ void VEventSpy::doTouchReset() { touchCount(0); } -// coco end +// disabled coco end // disabled coco begin validated: this code has been manually tested. @@ -236,4 +236,4 @@ break; } } -// coco end +// disabled coco end