Index: sources/view/VEventSpy.h =================================================================== diff -u -r64d87d540594252e8039ab2595016d98f1e3cc28 -r13d6a4fae2f910ab6e289ac9280258a94f734405 --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 64d87d540594252e8039ab2595016d98f1e3cc28) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 13d6a4fae2f910ab6e289ac9280258a94f734405) @@ -52,6 +52,7 @@ void initConnections(); void mouseEventSpy(QEvent *vEvent, const QString &vTypeName); void touchEventSpy(QEvent *vEvent, const QString &vTypeName); + void keybdEventSpy(QEvent *vEvent ); signals : void countChanged(int vCount);