messagingapp/msgui/conversationview/src/msgeditorwidget.cpp
changeset 73 ecf6a73a9186
parent 67 fc91263aee62
child 76 60a8a215b0ec
--- a/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Fri Sep 17 20:16:33 2010 +0530
+++ b/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Tue Oct 05 13:58:47 2010 +0530
@@ -401,6 +401,19 @@
     }
 
 //---------------------------------------------------------------
+// MsgEditor::inputMethodEvent
+// @see header
+//---------------------------------------------------------------
+void MsgEditor::inputMethodEvent(QInputMethodEvent *event)
+{
+    /*
+     * HbLineEdit is replacing '\n' chars hence
+     * calling base class handler.
+     */
+    HbAbstractEdit::inputMethodEvent(event);
+}
+
+//---------------------------------------------------------------
 // MsgEditor::onSmsCharLimitReached
 // @see header
 //---------------------------------------------------------------