messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
--- a/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp	Fri Sep 17 08:28:39 2010 +0300
@@ -284,4 +284,13 @@
         mSettingsManager->writeItemValue(mCVIdkey, -1);
     }
 }
+
+//---------------------------------------------------------------
+// MsgConversationBaseView::handleKeyEvent
+//
+//---------------------------------------------------------------
+bool MsgConversationBaseView::handleKeyEvent(int key)
+{
+    return mConversationView->handleKeyEvent(key);
+}
 // EOF