src/hbplugins/inputmethods/common/hbinputbasichandler.cpp
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -172,6 +172,8 @@
         commitAndUpdate(qc);
         }
         break;
+    case HbInputButton::ButtonKeyCodeSettings:
+		break;
     default:
         ret = HbInputModeHandler::filterEvent(event);
         break;