diff -r 3d09643def13 -r 6bfad47013df qtmobileextensions/examples/keycaptureex/keycapturetestapp.h --- a/qtmobileextensions/examples/keycaptureex/keycapturetestapp.h Fri Sep 17 08:34:25 2010 +0300 +++ b/qtmobileextensions/examples/keycaptureex/keycapturetestapp.h Mon Oct 04 01:32:41 2010 +0300 @@ -50,6 +50,7 @@ void enableRemBasic(bool); void enableRemCallHandlingEx(bool); + void enableRemoteSideKeys(bool); void enableRemoteExtEvents(bool); void remoteAll(bool enable); @@ -57,7 +58,9 @@ private: void procesAction(CaptureRequest request); - void processEvent(QEvent *event); + void processEvent(const QString &prefix, QEvent *event); + + QFlags getFlags(); private: QPlainTextEdit *mTextArea; @@ -65,6 +68,7 @@ QAction *toggleRemoteBasic; QAction *toggleRemoteCallHandlingEx; + QAction *toggleRemoteSideKeys; QAction *toggleRemoteExtEvents; QAction *remoteAllOn;